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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ReSample(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5,
	int i6
)

Parameters

d1
Type: SystemDouble
Current start fid
d2
Type: SystemDouble
Current increment
d3
Type: SystemDouble
New fid start
d4
Type: SystemDouble
New fid increment
i5
Type: SystemInt32
New length
i6
Type: SystemInt32
Extrapolate Endpoints (0 - No, 1 - Yes)
See Also