Click or drag to resize

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
Syntax
public void Mask(
	CVV vv_m
)

public void Mask(
	CVV vv_m
)

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