Click or drag to resize

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

public static void TotalOxides(
	CDB db,
	string mineral_ch
)

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