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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
See the algorithm note #2 above for the default smoothing interval.
Syntax
public static void OffsetCorrect3(
	CGXNETCore gxNetShared,
	CVV vv_xi,
	CVV vv_yi,
	double dist,
	double azimuth,
	double interval,
	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)
interval
Type: SystemDouble
Averaging interval - <define>rDUMMY</define> for default
vv_xo
Type: GeoEngine.Core.GXNetXCVV
Output X
vv_yo
Type: GeoEngine.Core.GXNetXCVV
Output Y
See Also