Click or drag to resize

CSEMPLOTGetGroupingLST Method

Get list of items to group symbols by.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetGroupingLST(
	CDB db,
	CLST lst
)

public static void GetGroupingLST(
	CDB db,
	CLST lst
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
lst
Type: GeoEngine.Core.GXNetCLST
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