Click or drag to resize

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
Syntax
public static void TotalOxides(
	CGXNETCore gxNetShared,
	CDB db,
	string mineral_ch
)

public static void TotalOxides(
	CGXNETCore gxNetShared,
	CDB db,
	string mineral_ch
)

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