Click or drag to resize
CDATCreateDB Method
Create a handle to a database DAT object

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static CDAT CreateDB(
	CGXNETCore gxNetShared,
	CDB db,
	string x_ch,
	string y_ch,
	string z_ch
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Handle to database which DAT is connected with
x_ch
Type: SystemString
Name of X channel in database
y_ch
Type: SystemString
Name of Y channel in database
z_ch
Type: SystemString
Name of Z channel in database

Return Value

Type: CDAT
DAT Object
See Also