Click or drag to resize
CSEMPLOTSetChannelOrder Method
Sets preset channel order.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void SetChannelOrder(
	CGXNETCore gxNetShared,
	CDB db,
	CLST lst
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
lst
Type: GeoEngine.Core.GXNetXCLST
Channel names, handles
See Also