Click or drag to resize
CSEMPLOTConvertDummies Method
Convert dummies to zero values for assay channels.

Available since Oasis montaj version: 6.2
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void ConvertDummies(
	CGXNETCore gxNetShared,
	CDB db,
	int line
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database handle
line
Type: SystemInt32
Input line to convert
See Also