 | CSEMPLOTSetChannelOrder Method |
Sets preset channel order.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SetChannelOrder(
CDB db,
CLST lst
)
public static void SetChannelOrder(
CDB db,
CLST lst
)
Public Shared Sub SetChannelOrder (
db As CDB,
lst As CLST
)
Public Shared Sub SetChannelOrder (
db As CDB,
lst As CLST
)
public:
static void SetChannelOrder(
CDB^ db,
CLST^ lst
)
public:
static void SetChannelOrder(
CDB^ db,
CLST^ lst
)
static member SetChannelOrder :
db : CDB *
lst : CLST -> unit
static member SetChannelOrder :
db : CDB *
lst : CLST -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database handle - lst
- Type: GeoEngine.Core.GXNetCLST
Channel names, handles
Remarks
Sets channel order as follows:
Sample_No
X and Y Locations
Mineral
Grain_No
Position (e.g. center, edge etc.)
Grain Morph
Oxides (in the order they appear in Semplot_Oxides.csv)
Trace Elements (Ordered as in the periodic table)
Total
Mask
IsPlotted (flag set when a value is plotted)
Other channels
Channel order is set for all "RawData" groups.
See Also