Click or drag to resize

CDHGetHoleSurveyEx Method

Get the Survey information of a Hole.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetHoleSurveyEx(
	int hole,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_d,
	int thin
)

public void GetHoleSurveyEx(
	int hole,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_d,
	int thin
)

Parameters

hole
Type: SystemInt32
Hole index
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
thin
Type: SystemInt32
Thin nearly co-linear segments?
See Also