 | CSEMPLOTGetFullMineralLST Method |
Retrieve LST of all minerals in Semplot_Minerals.csv
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GetFullMineralLST(
CGXNETCore gxNetShared,
CLST lst
)
public static void GetFullMineralLST(
CGXNETCore gxNetShared,
CLST lst
)
Public Shared Sub GetFullMineralLST (
gxNetShared As CGXNETCore,
lst As CLST
)
Public Shared Sub GetFullMineralLST (
gxNetShared As CGXNETCore,
lst As CLST
)
public:
static void GetFullMineralLST(
CGXNETCore^ gxNetShared,
CLST^ lst
)
public:
static void GetFullMineralLST(
CGXNETCore^ gxNetShared,
CLST^ lst
)
static member GetFullMineralLST :
gxNetShared : CGXNETCore *
lst : CLST -> unit
static member GetFullMineralLST :
gxNetShared : CGXNETCore *
lst : CLST -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - lst
- Type: GeoEngine.Core.GXNetXCLST
LST object
See Also