Click or drag to resize

CDHGetHoleSurveyFromTo Method

Get the Survey information of a Hole using From/To database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
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
)

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.GXNetCDB
From/To Database
line
Type: SystemInt32
Line handle for hole
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
vv_l
Type: GeoEngine.Core.GXNetCVV
From To Segment lengths
thin
Type: SystemInt32
Thin nearly co-linear segments?
See Also