Click or drag to resize
CVVUMaskAND Method
Create mask from logical AND of two VVs.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
If both values are non-dummies, then result is 1, else dummy.
Syntax
public static void MaskAND(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV A
oVV2
Type: GeoEngine.Core.GXNetCVV
VV B
oVV3
Type: GeoEngine.Core.GXNetCVV
VV C (returned)
See Also