Click or drag to resize

CDHGetTableDefaultChanLST Method

Return list of default channels by collar/assay/survey table type.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GetTableDefaultChanLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int type
)

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>
Remarks
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.
See Also