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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If both values are non-dummies, then result is 1, else dummy.
Syntax
public static void MaskAND(
	CGXNETCore gxNetShared,
	CVV vv_a,
	CVV vv_b,
	CVV vv_c
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv_a
Type: GeoEngine.Core.GXNetXCVV
VV A
vv_b
Type: GeoEngine.Core.GXNetXCVV
VV B
vv_c
Type: GeoEngine.Core.GXNetXCVV
VV C (returned)
See Also