Click or drag to resize

CSEMPLOTGetGroupingLST Method

Get list of items to group symbols by.

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

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
Remarks
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")
See Also