Click or drag to resize

CSEMPLOTSetChannelOrder Method

Sets preset channel order.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SetChannelOrder(
	CDB db,
	CLST lst
)

public static void SetChannelOrder(
	CDB db,
	CLST lst
)

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