Click or drag to resize
CDHGetHoleSurveyFromTo Method
Get the Survey information of a Hole using From/To database.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void GetHoleSurveyFromTo(
	CDB db,
	int line,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_d,
	CVV vv_l,
	int thin
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
From/To Database
line
Type: SystemInt32
Line handle for hole
vv_x
Type: GeoEngine.Core.GXNetXCVV
X
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y
vv_z
Type: GeoEngine.Core.GXNetXCVV
Z
vv_d
Type: GeoEngine.Core.GXNetXCVV
Depth
vv_l
Type: GeoEngine.Core.GXNetXCVV
From To Segment lengths
thin
Type: SystemInt32
Thin nearly co-linear segments?
See Also