Click or drag to resize
CVVMask Method
Mask one VV against another.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
All elements in the mask VV that are dummies will replace the value in the original VV with a dummy. The modified VV will always be the same length as the mask VV after this call. If the mask is longer than the target, the target will be lengthenned with dummies.
Syntax
public void Mask(
	CVV oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Mask VV
See Also