Click or drag to resize
CVVUMask Method
Mask dummies in one VV onto another.

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)
Notes
VV to mask will be resampled to reference VV if required. The returned length of the VV to mask will be the shorter of the reference VV or the mask VV.
Syntax
public static void Mask(
	CVV oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV to be masked
oVV2
Type: GeoEngine.Core.GXNetCVV
mask reference VV
See Also