Click or drag to resize

CARCDBCreateDAT Method

Create a handle to a ARCGIS table DAT 2D object

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CDAT CreateDAT(
	string x_field,
	string y_field,
	string d_field
)

public CDAT CreateDAT(
	string x_field,
	string y_field,
	string d_field
)

Parameters

x_field
Type: SystemString
Name of X field in table
y_field
Type: SystemString
Name of Y field in table
d_field
Type: SystemString
Name of Data field in table

Return Value

Type: CDAT
DAT, terminates if creation fails
See Also