Click or drag to resize

CVAReFid Method

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

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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