Click or drag to resize

CCHIMERAOrderedChannelLST Method

Fill a list with the channels in the preferred order.

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

public static void OrderedChannelLST(
	CGXNETCore gxNetShared,
	CDB db,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
hDB - Database Object
lst
Type: GeoEngine.Core.GXNetXCLST
LST object to populate [recommended 2*<define>STR_DB_SYMBOL</define>]
Remarks
Loads a LST with all channels in the preferred order: First: Sample, E, N, assay channels, Middle: Data from survey (other channels), Last: Duplicate, Standard, Chemmask (and other masks), weight, lab, batch If the input LST object has values, it is used as the channel LST, otherwise, get all the database channels. (This allows you to pass in the currently displayed channels and only reload those).
See Also