Click or drag to resize
CVVUDistanceNonCumulative Method
Create a non cumulative distance VV i.e each distance element is the distance of the corresponding (X,Y) element and the previous element.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The fist distace element is rDUMMY.
Syntax
public static void DistanceNonCumulative(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	double d4,
	double d5,
	double d6,
	double d7
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV,REAL VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV,REAL VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Output distance VV,REAL VV
d4
Type: SystemDouble
X VV fid start
d5
Type: SystemDouble
X VV fid incr
d6
Type: SystemDouble
Y VV fid start
d7
Type: SystemDouble
Y VV fid incr
See Also