Click or drag to resize
CMVIEWComplexPolygon Method
Draw a polygon with holes in it.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
You pass a VV with polygon sizes and 2 point vvs.
Syntax
public void ComplexPolygon(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV of type int holding the number of points for each polygon
oVV2
Type: GeoEngine.Core.GXNetCVV
X coordinates.
oVV3
Type: GeoEngine.Core.GXNetCVV
Y coordinates.
See Also