Click or drag to resize
CDHDepthDataLST Method
Fills a LST with available channel code values from Depth databases.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 DepthDataLST(
	CLST lst
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
LST to fill with channel code values.
See Also