Click or drag to resize

CDATCreateDB Method

Create a handle to a database DAT object

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

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