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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Returns <define>DH_DATA_UNKNOWN</define> if it can't determine the type.
Syntax
public void GetDataType(
	CDB db,
	ref int type
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
DB Handle
type
Type: SystemInt32
<define>DH_DATA</define>
See Also