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
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CVV vv
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
VV handle

Return Value

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