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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void SignificantIntersectionsDB(
	CDB mast_db,
	CDB comp_db,
	int hol_sel,
	string assay_ch,
	double cut_off_grade,
	double clip_grade,
	double min_composite_thickness,
	double min_composite_grade,
	double max_internal_dilution_length,
	double min_internal_dilution_grade,
	double grade_for_missing_assays
)

Parameters

mast_db
Type: GeoEngine.Core.GXNetXCDB
Input assay DB object
comp_db
Type: GeoEngine.Core.GXNetXCDB
Output composite DB object
hol_sel
Type: SystemInt32
<define>DH_COMPSTDB_HOLSEL</define>
assay_ch
Type: SystemString
The primary assay channel.
cut_off_grade
Type: SystemDouble
Minimum Cut off grade for Primary Assay
clip_grade
Type: SystemDouble
Maximum Cut off grade for Primary Assay
min_composite_thickness
Type: SystemDouble
Minimum Composite Length
min_composite_grade
Type: SystemDouble
Minimum Composite thickness
max_internal_dilution_length
Type: SystemDouble
Maximum Internal Dilution
min_internal_dilution_grade
Type: SystemDouble
Minimum diluted grade
grade_for_missing_assays
Type: SystemDouble
Grade for Missing Assays
See Also