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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Re-interpolates in X, Y and Z to proper depth interval and returns depths for each point
Syntax
public void ReSurveyEastNorth(
	string str1,
	CVV oVV2,
	CVV oVV3,
	CVV oVV4,
	CVV oVV5,
	double d6,
	double d7,
	double d8,
	double d9,
	ref double d10
)

Parameters

str1
Type: SystemString
Hole ID (for error messages)
oVV2
Type: GeoEngine.Core.GXNetCVV
input East
oVV3
Type: GeoEngine.Core.GXNetCVV
input North
oVV4
Type: GeoEngine.Core.GXNetCVV
input RL
oVV5
Type: GeoEngine.Core.GXNetCVV
returned depths down the hole
d6
Type: SystemDouble
input collar East
d7
Type: SystemDouble
input collar North
d8
Type: SystemDouble
input collar RL
d9
Type: SystemDouble
input top of hole depth
d10
Type: SystemDouble
returned bottom depth
See Also