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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void OffsetCorrect2(
	CGXNETCore gxNetShared,
	CVV vv_xi,
	CVV vv_yi,
	double dist,
	double azimuth,
	CVV vv_xo,
	CVV vv_yo
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_xi
Type: GeoEngine.Core.GXNetXCVV
Input X
vv_yi
Type: GeoEngine.Core.GXNetXCVV
Input Y
dist
Type: SystemDouble
Offset distance
azimuth
Type: SystemDouble
Offset azimuth (degrees counter-clockwise from straight ahead)
vv_xo
Type: GeoEngine.Core.GXNetXCVV
Output X
vv_yo
Type: GeoEngine.Core.GXNetXCVV
Output Y
See Also