Click or drag to resize

CDHGetTableDefaultChanLST Method

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

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

public static void GetTableDefaultChanLST(
	CLST lst,
	int type
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
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