Polygons
A collection of polygons.
Polygons Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Polygons. |
| Item |
Object |
read |
Returns the Polygon with the specified index or name as Long or String. |
Polygons Methods
| Method |
Returns |
Description |
| Add |
Polygon |
Create a new Polygon. |
| AnyItem |
Object |
Returns any Polygon. |
| FirstItem |
Object |
Returns the first Polygon. |
| ItemByID |
Object |
Returns the Polygon with the specified ID. |
| ItemByRange |
Objects |
Returns the Polygons within the specified range. |
| LastItem |
Object |
Returns the last Polygon. |
| MiddleItem |
Object |
Returns the middle Polygon. |
| NextItem |
Object |
Returns the next Polygon. |
| PreviousItem |
Object |
Returns the previous Polygon. |