ScrDrawPolygon
|
Draws a polygonal plane. |
|
| UI Command: | Home > Draw Polygon. |
| Syntax: | obj.ScrDrawPolygon(<points>, <layerName>, <netName>, <unit>)
|
| Parameters: |
ARRAY points (x, y, x, y, x, y, ...) BSTR layerName BSTR netName BSTR unit |
| Return Value: |
BOOL:
|
| VB Example: |
dim points points = Array(-10,10,5,-5,-25,-20,20,0) outcome = obj.ScrDrawPolygon(points,"Top Metal","NET-1","mm") |
| IPY Example: |
|