Click or drag to resize

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
Syntax
public void ReFidVV(
	CVV vv_m
)

public void ReFidVV(
	CVV vv_m
)

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