Click or drag to resize

CDHSurfaceIntersections Method

Determine intersections of drillholes with a surface.

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

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