Click or drag to resize
CVVUOffsetCorrect3 Method
Same as OffsetCorrect2_VVU, but specify smoothing interval.

Available since Oasis montaj version: 5.1.4
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
See the algorithm note #2 above for the default smoothing interval.
Syntax
public static void OffsetCorrect3(
	CVV oVV1,
	CVV oVV2,
	double d3,
	double d4,
	double d5,
	CVV oVV6,
	CVV oVV7
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Input X
oVV2
Type: GeoEngine.Core.GXNetCVV
Input Y
d3
Type: SystemDouble
Offset distance
d4
Type: SystemDouble
Offset azimuth (degrees counter-clockwise from straight ahead)
d5
Type: SystemDouble
Averaging interval - rDUMMY for default
oVV6
Type: GeoEngine.Core.GXNetCVV
Output X
oVV7
Type: GeoEngine.Core.GXNetCVV
Output Y
See Also