Click or drag to resize
CVVUDecimate Method
Decimate a VV.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
For a decimation factor N, will remove all values except those with indices equal to MN, where M is an integer.
Syntax
public static void Decimate(
	CGXNETCore gxNetShared,
	CVV vv,
	int decimate
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
decimate
Type: SystemInt32
Decimation factor (must be > 0)
See Also