 | CDHReSurveyEastNorth Method |
Resurvey an East-North-RL survey.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic 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
)
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
)
Public Sub ReSurveyEastNorth (
hole As String,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
east As Double,
north As Double,
elev As Double,
top As Double,
ByRef bot As Double
)
Public Sub ReSurveyEastNorth (
hole As String,
vv_x As CVV,
vv_y As CVV,
vv_z As CVV,
vv_d As CVV,
east As Double,
north As Double,
elev As Double,
top As Double,
ByRef bot As Double
)
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,
double% bot
)
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,
double% bot
)
member ReSurveyEastNorth :
hole : string *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
east : float *
north : float *
elev : float *
top : float *
bot : float byref -> unit
member ReSurveyEastNorth :
hole : string *
vv_x : CVV *
vv_y : CVV *
vv_z : CVV *
vv_d : CVV *
east : float *
north : float *
elev : float *
top : float *
bot : float byref -> unit
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
Remarks
Re-interpolates in X, Y and Z to proper depth interval
and returns depths for each point
See Also