Click or drag to resize
CVVUOffsetCorrect2 Method
Same as OffsetCorrect_VVU, but for an arbitrary offset angle.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void OffsetCorrect2(
	CVV oVV1,
	CVV oVV2,
	double d3,
	double d4,
	CVV oVV5,
	CVV oVV6
)

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)
oVV5
Type: GeoEngine.Core.GXNetCVV
Output X
oVV6
Type: GeoEngine.Core.GXNetCVV
Output Y
See Also