Click or drag to resize

CSEMPLOTSetChannelUnits Method

Set units for oxides (%) and elements (ppm)

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SetChannelUnits(
	CGXNETCore gxNetShared,
	CDB db
)

public static void SetChannelUnits(
	CGXNETCore gxNetShared,
	CDB db
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
Remarks
If the channel units are already set, then they are not changed. Oxide channels are identified from the Semplot_Oxides.csv file. Trace elements are identified from the periodic table of the elements, except for "Y", if it is the current Y channel.
See Also