 | CDHDepthDataLST Method |
Fills a LST with available channel code values from Depth databases.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void DepthDataLST(
CLST lst
)
public void DepthDataLST(
CLST lst
)
Public Sub DepthDataLST (
lst As CLST
)
Public Sub DepthDataLST (
lst As CLST
)
public:
void DepthDataLST(
CLST^ lst
)
public:
void DepthDataLST(
CLST^ lst
)
member DepthDataLST :
lst : CLST -> unit
member DepthDataLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
LST to fill with channel code values.
Remarks
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.
See Also