Click or drag to resize
CSEMPLOTGetGroupingLST Method
Get list of items to group symbols by.

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
The first item is "Anomaly", which gives the line names, The second item (if the channel exists in the database) is the Sample Number. After this are included all string channels which are NOT oxides or elements. (The list can include the mineral). Channel symbol is the LST value (except for the first item - "Anomaly")
Syntax
public static void GetGroupingLST(
	CGXNETCore gxNetShared,
	CDB db,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
lst
Type: GeoEngine.Core.GXNetXCLST
List to hold items
See Also