Click or drag to resize

CVVFidNorm Method

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

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

public void FidNorm(
	CVV vv2
)

Parameters

vv2
Type: GeoEngine.Core.GXNetCVV
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