Click or drag to resize

CDATCreateDB Method

Create a handle to a database DAT object

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

public static CDAT CreateDB(
	CDB db,
	string x_ch,
	string y_ch,
	string z_ch
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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