Click or drag to resize
CDHNumericChanLST Method
Fills a LST with available numeric channel code values.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Channel codes are in the format "[Assay] Au", where the name in the square brackets is descriptive part of the project database containing the given channel name. The above code might refer to the "Au" channel in the "Tutorial_Assay.gdb" database.
Syntax
public void NumericChanLST(
	CLST oLST1
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
LST to fill with channel code values.
See Also