 | CVVReFidVV Method |
Re-sample a VV to match another VV.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReFidVV(
CVV vv_m
)
public void ReFidVV(
CVV vv_m
)
Public Sub ReFidVV (
vv_m As CVV
)
Public Sub ReFidVV (
vv_m As CVV
)
public:
void ReFidVV(
CVV^ vv_m
)
public:
void ReFidVV(
CVV^ vv_m
)
member ReFidVV :
vv_m : CVV -> unit
member ReFidVV :
vv_m : CVV -> unit
Parameters
- vv_m
- Type: GeoEngine.Core.GXNetXCVV
VV model (fid increment and start)
Remarks
This method will honor the VV FID Expansion and will expand/contract
VV's based on this flag if it is used.
See Also