Click or drag to resize

CVVReSample Method

Resamples a VV from one fid/incr to another fid/incr.

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

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