  | CVVReFidVV Method  | 
 Re-sample a VV to match another VV.
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.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.GXNetCVV
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