 | 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
Syntaxpublic static int iDummyBackTracks(
CVV vv
)
public static int iDummyBackTracks(
CVV vv
)
Public Shared Function iDummyBackTracks (
vv As CVV
) As Integer
Public Shared Function iDummyBackTracks (
vv As CVV
) As Integer
public:
static int iDummyBackTracks(
CVV^ vv
)
public:
static int iDummyBackTracks(
CVV^ vv
)
static member iDummyBackTracks :
vv : CVV -> int
static member iDummyBackTracks :
vv : CVV -> int
Parameters
- vv
- Type: GeoEngine.Core.GXNetCVV
VV handle
Return Value
Type:
Int32The 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