 | CDHCreatChanLST Method |
Fills a LST with available string and numeric channel code values.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CreatChanLST(
CLST lst
)
public void CreatChanLST(
CLST lst
)
Public Sub CreatChanLST (
lst As CLST
)
Public Sub CreatChanLST (
lst As CLST
)
public:
void CreatChanLST(
CLST^ lst
)
public:
void CreatChanLST(
CLST^ lst
)
member CreatChanLST :
lst : CLST -> unit
member CreatChanLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetXCLST
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