Click or drag to resize

CSEMPLOTGetCurrentMineralLST Method

Retrieve LST of minerals in selected lines.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void GetCurrentMineralLST(
	CGXNETCore gxNetShared,
	CDB db,
	string mineral_ch,
	CLST lst
)

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
mineral_ch
Type: SystemString
Mineral channel name
lst
Type: GeoEngine.Core.GXNetXCLST
LST object
Remarks
If the mineral channel name is not specified, it returns just the "X" (Unknown) item.
See Also