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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 vv_m,
	string str_val
)

Parameters

vv_m
Type: GeoEngine.Core.GXNetXCVV
Mask VV
str_val
Type: SystemString
String to compare
See Also