Click or drag to resize

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
Syntax
public static void GetCurrentMineralLST(
	CDB db,
	string mineral_ch,
	CLST lst
)

public static void GetCurrentMineralLST(
	CDB db,
	string mineral_ch,
	CLST lst
)

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