 | CVVUDecimate Method |
Decimate a VV.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void Decimate(
CGXNETCore gxNetShared,
CVV vv,
int decimate
)
public static void Decimate(
CGXNETCore gxNetShared,
CVV vv,
int decimate
)
Public Shared Sub Decimate (
gxNetShared As CGXNETCore,
vv As CVV,
decimate As Integer
)
Public Shared Sub Decimate (
gxNetShared As CGXNETCore,
vv As CVV,
decimate As Integer
)
public:
static void Decimate(
CGXNETCore^ gxNetShared,
CVV^ vv,
int decimate
)
public:
static void Decimate(
CGXNETCore^ gxNetShared,
CVV^ vv,
int decimate
)
static member Decimate :
gxNetShared : CGXNETCore *
vv : CVV *
decimate : int -> unit
static member Decimate :
gxNetShared : CGXNETCore *
vv : CVV *
decimate : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vv
- Type: GeoEngine.Core.GXNetXCVV
- decimate
- Type: SystemInt32
Decimation factor (must be > 0)
Remarks
For a decimation factor N, will remove all values except
those with indices equal to MN, where M is an integer.
See Also