Click or drag to resize
CDHiFindHoleIntersection Method
Return XYZ locations of the intersection of a hole with a DEM grid.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Input the hole index and an IMG object. Returns XYZ location of the hole intersection with the DEM. Interpolation inside the DEM uses the native IMG interp method. If no intersection is found the returned XYZ locations are rDUMMY.
Syntax
public int iFindHoleIntersection(
	int i1,
	CIMG oIMG2,
	ref double d3,
	ref double d4,
	ref double d5
)

Parameters

i1
Type: SystemInt32
Hole index
oIMG2
Type: GeoEngine.Core.GXNetCIMG
DEM Grid
d3
Type: SystemDouble
Returned X location
d4
Type: SystemDouble
Returned Y location
d5
Type: SystemDouble
Returned Z location

Return Value

Type: Int32
1 if intersection found 0 if no intersection found
See Also