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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	CLST oLST2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
hDB - Database Object
oLST2
Type: GeoEngine.Core.GXNetCLST
LST object to populate [recommended 2*STR_DB_SYMBOL]
See Also