Click or drag to resize
CVVUFilter Method
Apply a convolution filter to a VV.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void Filter(
	CVV oVV1,
	CVV oVV2,
	CFLT oFILTER3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
input VV
oVV2
Type: GeoEngine.Core.GXNetCVV
filtered VV
oFILTER3
Type: Geosoft.Desktop.GXNetCFLT
Filter handle (see FLT)
See Also