Click or drag to resize

CVVUDistance Method

Create a cumulative distance VV

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void Distance(
	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
)

public static void Distance(
	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

vv_x
Type: GeoEngine.Core.GXNetCVV
X VV,REAL VV
vv_y
Type: GeoEngine.Core.GXNetCVV
Y VV,REAL VV
vv_d
Type: GeoEngine.Core.GXNetCVV
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