Click or drag to resize
CVVMaskStr Method
Mask one VV against another using a string.

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 same as string will replace the original VV with a 1. The modified VV will always be expanded to the MaskVV size but not shortened after this call. If the mask is longer than the target, the target will be lengthenned with dummies before applying the mask.
Syntax
public void MaskStr(
	CVV oVV1,
	string str2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Mask VV
str2
Type: SystemString
String to compare
See Also