Click or drag to resize
CDHSignificantIntersectionsDB Method
Make a report of Significant Intersections

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void SignificantIntersectionsDB(
	CDB oDB1,
	CDB oDB2,
	int i3,
	string str4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	double d11
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Input assay DB object
oDB2
Type: GeoEngine.Core.GXNetCDB
output composite DB object
i3
Type: SystemInt32
See DH_COMPSTDB_HOLSELConstant
str4
Type: SystemString
The primary assay channel.
d5
Type: SystemDouble
Minimum Cut off grade for Primary Assay
d6
Type: SystemDouble
Maximum Cut off grade for Primary Assay
d7
Type: SystemDouble
Minimum Composite Length
d8
Type: SystemDouble
Minimum Composite thickness
d9
Type: SystemDouble
Maximum Internal Dilution
d10
Type: SystemDouble
Minimum diluted grade
d11
Type: SystemDouble
Grade for Missing Assays
See Also