Click or drag to resize

CVVReFid Method

Re-sample a VV to a new fid start/icrement

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ReFid(
	double start,
	double incr,
	int length
)

public void ReFid(
	double start,
	double incr,
	int length
)

Parameters

start
Type: SystemDouble
New fid start
incr
Type: SystemDouble
New fid increment
length
Type: SystemInt32
New length
See Also