Click or drag to resize
CDHSurfaceIntersections Method
Determine intersections of drillholes with a surface.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void SurfaceIntersections(
	CDB output_db,
	string input_geosurface_or_grid,
	int hole_selection
)

Parameters

output_db
Type: GeoEngine.Core.GXNetXCDB
Output DB Handle
input_geosurface_or_grid
Type: SystemString
Input surface file
hole_selection
Type: SystemInt32
Selected holes (1), All holes (0)
See Also