Click or drag to resize
CDHReSurveyEastNorth Method
Resurvey an East-North-RL survey.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Re-interpolates in X, Y and Z to proper depth interval and returns depths for each point
Syntax
public void ReSurveyEastNorth(
	string hole,
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	CVV vv_d,
	double east,
	double north,
	double elev,
	double top,
	ref double bot
)

Parameters

hole
Type: SystemString
Hole ID (for error messages)
vv_x
Type: GeoEngine.Core.GXNetXCVV
Input East
vv_y
Type: GeoEngine.Core.GXNetXCVV
Input North
vv_z
Type: GeoEngine.Core.GXNetXCVV
Input RL
vv_d
Type: GeoEngine.Core.GXNetXCVV
Returned depths down the hole
east
Type: SystemDouble
Input collar East
north
Type: SystemDouble
Input collar North
elev
Type: SystemDouble
Input collar RL
top
Type: SystemDouble
Input top of hole depth
bot
Type: SystemDouble
Returned bottom depth
See Also