Click or drag to resize

CVVFidNorm Method

Re-sample a pair of VV's to match each other.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void FidNorm(
	CVV vv2
)

public void FidNorm(
	CVV vv2
)

Parameters

vv2
Type: GeoEngine.Core.GXNetXCVV
VV to resample
Remarks
Both VV's will return with the same start fid and fid increment. The smaller start fid and fid increment will be used.
See Also