Click or drag to resize
CSEMPLOTGetCurrentMineralLST Method
Retrieve LST of minerals in selected lines.

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the mineral channel name is not specified, it returns just the "X" (Unknown) item.
Syntax
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
See Also