 | CSEMPLOTGetCurrentMineralLST Method |
Retrieve LST of minerals in selected lines.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void GetCurrentMineralLST(
CDB db,
string mineral_ch,
CLST lst
)
public static void GetCurrentMineralLST(
CDB db,
string mineral_ch,
CLST lst
)
Public Shared Sub GetCurrentMineralLST (
db As CDB,
mineral_ch As String,
lst As CLST
)
Public Shared Sub GetCurrentMineralLST (
db As CDB,
mineral_ch As String,
lst As CLST
)
public:
static void GetCurrentMineralLST(
CDB^ db,
String^ mineral_ch,
CLST^ lst
)
public:
static void GetCurrentMineralLST(
CDB^ db,
String^ mineral_ch,
CLST^ lst
)
static member GetCurrentMineralLST :
db : CDB *
mineral_ch : string *
lst : CLST -> unit
static member GetCurrentMineralLST :
db : CDB *
mineral_ch : string *
lst : CLST -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - mineral_ch
- Type: SystemString
Mineral channel name - lst
- Type: GeoEngine.Core.GXNetCLST
LST object
Remarks
If the mineral channel name is not specified, it returns
just the "X" (Unknown) item.
See Also