Click or drag to resize
CVVFidNorm Method
Re-sample a pair of VV's to match each other.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Both VV's will return with the same start fid and fid increment. The smaller start fid and fid increment will be used.
Syntax
public void FidNorm(
	CVV vv2
)

Parameters

vv2
Type: GeoEngine.Core.GXNetXCVV
VV to resample
See Also