 | 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
Syntaxpublic static void SetChannelUnits(
CDB db
)
public static void SetChannelUnits(
CDB db
)
Public Shared Sub SetChannelUnits (
db As CDB
)
Public Shared Sub SetChannelUnits (
db As CDB
)
public:
static void SetChannelUnits(
CDB^ db
)
public:
static void SetChannelUnits(
CDB^ db
)
static member SetChannelUnits :
db : CDB -> unit
static member SetChannelUnits :
db : CDB -> unit
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