Click or drag to resize
CCHIMERAOrderedChannelLST Method
Fill a list with the channels in the preferred order.

Available since Oasis montaj version: 5.1.8
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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).
Syntax
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>]
See Also