 | CSEMPLOTTotalOxides Method |
Calculate the total oxides channel.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void TotalOxides(
CGXNETCore gxNetShared,
CDB db,
string mineral_ch
)
public static void TotalOxides(
CGXNETCore gxNetShared,
CDB db,
string mineral_ch
)
Public Shared Sub TotalOxides (
gxNetShared As CGXNETCore,
db As CDB,
mineral_ch As String
)
Public Shared Sub TotalOxides (
gxNetShared As CGXNETCore,
db As CDB,
mineral_ch As String
)
public:
static void TotalOxides(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ mineral_ch
)
public:
static void TotalOxides(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ mineral_ch
)
static member TotalOxides :
gxNetShared : CGXNETCore *
db : CDB *
mineral_ch : string -> unit
static member TotalOxides :
gxNetShared : CGXNETCore *
db : CDB *
mineral_ch : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database handle - mineral_ch
- Type: SystemString
Mineral channel
Remarks
The mineral channel is needed in order to adjust the total
with the Fe Corrected Ferric and Ferrous values, and these
require a mineral for their identification. If none is provided,
mineral "X" (unknown) is assumed.
See Also