Click or drag to resize
CVVUiDummyBackTracks Method
Dummy all points that keep a VV from being monotonically increasing.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The VV length remains the same. Any point that is less than or equal to the previous (valid) point in the VV is dummied.
Syntax
public static int iDummyBackTracks(
	CVV oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV handle

Return Value

Type: Int32
The number of items dummied in order to render the VV montonically increasing.
See Also