Click or drag to resize

CDHGetHoleSurvey Method

Get the Survey information of a Hole.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetHoleSurvey(
	int hole,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_d
)

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

Parameters

hole
Type: SystemInt32
Hole index
vv_x
Type: GeoEngine.Core.GXNetCVV
X
vv_y
Type: GeoEngine.Core.GXNetCVV
Y
vv_z
Type: GeoEngine.Core.GXNetCVV
Z
vv_d
Type: GeoEngine.Core.GXNetCVV
Depth
See Also