Click or drag to resize
CVVPolygonMask Method
Mask a VV using XY data and a polygon

Available since Oasis montaj version: 5.1.3
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The VVs has to be the same length
Syntax
public void PolygonMask(
	CVV oVV1,
	CVV oVV2,
	CPLY oPLY3,
	int i4
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV2
Type: GeoEngine.Core.GXNetCVV
VV to be masked
oPLY3
Type: GeoEngine.Core.GXNetCPLY
Polygon Object
i4
Type: SystemInt32
See VV_MASKConstant
See Also