Click or drag to resize
CVVReSample Method
Resamples a VV from one fid/incr to another fid/incr.

Available since Oasis montaj version: 5.1.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void ReSample(
	double c_start,
	double c_incr,
	double n_start,
	double n_incr,
	int length,
	int unused
)

Parameters

c_start
Type: SystemDouble
Current start fid
c_incr
Type: SystemDouble
Current increment
n_start
Type: SystemDouble
New fid start
n_incr
Type: SystemDouble
New fid increment
length
Type: SystemInt32
New length
unused
Type: SystemInt32
This parameter is not used
See Also