Click or drag to resize
CVVUDistance Method
Create a cumulative distance VV

Available since Oasis montaj version: 5.0
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 Distance(
	CGXNETCore gxNetShared,
	CVV vv_x,
	CVV vv_y,
	CVV vv_d,
	double x_fid_start,
	double x_fid_incr,
	double y_fid_start,
	double y_fid_incr
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV,REAL VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV,REAL VV
vv_d
Type: GeoEngine.Core.GXNetXCVV
Output distance VV,REAL VV
x_fid_start
Type: SystemDouble
X VV fid start
x_fid_incr
Type: SystemDouble
X VV fid incr
y_fid_start
Type: SystemDouble
Y VV fid start
y_fid_incr
Type: SystemDouble
Y VV fid incr
See Also