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