 | CSEMPLOTTotalOxides Method |
Calculate the total oxides channel.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void TotalOxides(
CDB db,
string mineral_ch
)
public static void TotalOxides(
CDB db,
string mineral_ch
)
Public Shared Sub TotalOxides (
db As CDB,
mineral_ch As String
)
Public Shared Sub TotalOxides (
db As CDB,
mineral_ch As String
)
public:
static void TotalOxides(
CDB^ db,
String^ mineral_ch
)
public:
static void TotalOxides(
CDB^ db,
String^ mineral_ch
)
static member TotalOxides :
db : CDB *
mineral_ch : string -> unit
static member TotalOxides :
db : CDB *
mineral_ch : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
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