Click or drag to resize
CARCDBCreateDAT3D Method
Create a handle to a ARCGIS table DAT 3D 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 CreateDAT3D(
	string x_field,
	string y_field,
	string z_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
z_field
Type: SystemString
Name of Z field in table
d_field
Type: SystemString
Name of Data field in table

Return Value

Type: CDAT
DAT, terminates if creation fails
See Also