Click or drag to resize

CSEMPLOTConvertDummies Method

Convert dummies to zero values for assay channels.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ConvertDummies(
	CDB db,
	int line
)

public static void ConvertDummies(
	CDB db,
	int line
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database handle
line
Type: SystemInt32
Input line to convert
Remarks
The is operation is controlled by the Preferences "Use dummies to indicate no data?" By default, this option is "yes" so this function will return with no changes. However, if "no", then all ASSAY class channels will have dummy values converted to 0.0.
See Also