Polygons
A collection of polygons.
Polygons Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the polygon with the specified index or name. |
| length |
Long |
read |
The number of polygons in the collection. |
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. |