Click or drag to resize
CARCDBCreateDAT Method
Create a handle to a ARCGIS table DAT 2D object

Available since Oasis montaj version: 8.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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