 | CCHIMERAOrderedChannelLST Method |
Fill a list with the channels in the preferred order.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void OrderedChannelLST(
CDB db,
CLST lst
)
public static void OrderedChannelLST(
CDB db,
CLST lst
)
Public Shared Sub OrderedChannelLST (
db As CDB,
lst As CLST
)
Public Shared Sub OrderedChannelLST (
db As CDB,
lst As CLST
)
public:
static void OrderedChannelLST(
CDB^ db,
CLST^ lst
)
public:
static void OrderedChannelLST(
CDB^ db,
CLST^ lst
)
static member OrderedChannelLST :
db : CDB *
lst : CLST -> unit
static member OrderedChannelLST :
db : CDB *
lst : CLST -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
hDB - Database Object - lst
- Type: GeoEngine.Core.GXNetCLST
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