 | CVVMask Method |
Mask one VV against another.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Mask(
CVV vv_m
)
public void Mask(
CVV vv_m
)
Public Sub Mask (
vv_m As CVV
)
Public Sub Mask (
vv_m As CVV
)
public:
void Mask(
CVV^ vv_m
)
public:
void Mask(
CVV^ vv_m
)
member Mask :
vv_m : CVV -> unit
member Mask :
vv_m : CVV -> unit
Parameters
- vv_m
- Type: GeoEngine.Core.GXNetXCVV
Mask VV
Remarks
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.
See Also