Click or drag to resize
CDHGetTableDefaultChanLST Method
Return list of default channels by collar/assay/survey table type.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Fills a LST with the default channel names created according to type (Collar, Survey, Assay). Value is in the <define>LST_ITEM_NAME</define> part.
Syntax
public static void GetTableDefaultChanLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lst
Type: GeoEngine.Core.GXNetXCLST
LST handle
type
Type: SystemInt32
<define>DH_DATA</define>
See Also