Click or drag to resize

CSEMPLOTSetChannelUnits Method

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

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

public static void SetChannelUnits(
	CDB db
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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