 | CSEMPLOTGetFullMineralLST Method |
Retrieve LST of all minerals in Semplot_Minerals.csv
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetFullMineralLST(
CLST lst
)
public static void GetFullMineralLST(
CLST lst
)
Public Shared Sub GetFullMineralLST (
lst As CLST
)
Public Shared Sub GetFullMineralLST (
lst As CLST
)
public:
static void GetFullMineralLST(
CLST^ lst
)
public:
static void GetFullMineralLST(
CLST^ lst
)
static member GetFullMineralLST :
lst : CLST -> unit
static member GetFullMineralLST :
lst : CLST -> unit
Parameters
- lst
- Type: GeoEngine.Core.GXNetCLST
LST object
See Also