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.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV to resample
See Also