 | 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
Syntaxpublic static void GetGroupingLST(
CGXNETCore gxNetShared,
CDB db,
CLST lst
)
public static void GetGroupingLST(
CGXNETCore gxNetShared,
CDB db,
CLST lst
)
Public Shared Sub GetGroupingLST (
gxNetShared As CGXNETCore,
db As CDB,
lst As CLST
)
Public Shared Sub GetGroupingLST (
gxNetShared As CGXNETCore,
db As CDB,
lst As CLST
)
public:
static void GetGroupingLST(
CGXNETCore^ gxNetShared,
CDB^ db,
CLST^ lst
)
public:
static void GetGroupingLST(
CGXNETCore^ gxNetShared,
CDB^ db,
CLST^ lst
)
static member GetGroupingLST :
gxNetShared : CGXNETCore *
db : CDB *
lst : CLST -> unit
static member GetGroupingLST :
gxNetShared : CGXNETCore *
db : CDB *
lst : CLST -> unit
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