Click or drag to resize

CVVUiDummyBackTracks Method

Dummy all points that keep a VV from being monotonically increasing.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iDummyBackTracks(
	CVV vv
)

public static int iDummyBackTracks(
	CVV vv
)

Parameters

vv
Type: GeoEngine.Core.GXNetCVV
VV handle

Return Value

Type: Int32
The number of items dummied in order to render the VV montonically increasing.
Remarks
The VV length remains the same. Any point that is less than or equal to the previous (valid) point in the VV is dummied.
See Also