Click or drag to resize
CDHGetDataType Method
Get the type of data in a Wholeplot database.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Returns DH_DATA_UNKNOWN if it can't determine the type.
Syntax
public void GetDataType(
	CDB oDB1,
	ref int i2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB Handle
i2
Type: SystemInt32
See DH_DATAConstant
See Also