 | 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
Syntaxpublic void FidNorm(
CVV vv2
)
public void FidNorm(
CVV vv2
)
Public Sub FidNorm (
vv2 As CVV
)
Public Sub FidNorm (
vv2 As CVV
)
public:
void FidNorm(
CVV^ vv2
)
public:
void FidNorm(
CVV^ vv2
)
member FidNorm :
vv2 : CVV -> unit
member FidNorm :
vv2 : CVV -> unit
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