Click or drag to resize

CVVPolygonMask Method

Mask a VV using XY data and a polygon

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void PolygonMask(
	CVV yvv,
	CVV rvv,
	CPLY pply,
	int dummy
)

public void PolygonMask(
	CVV yvv,
	CVV rvv,
	CPLY pply,
	int dummy
)

Parameters

yvv
Type: GeoEngine.Core.GXNetCVV
Y VV
rvv
Type: GeoEngine.Core.GXNetCVV
VV to be masked
pply
Type: GeoEngine.Core.GXNetCPLY
Polygon Object
dummy
Type: SystemInt32
<define>VV_MASK</define>
Remarks
The VVs has to be the same length
See Also