Layers
A collection of layers.
Layers Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the layer with the specified index or name. |
| length |
Long |
read |
The number of layers in the collection. |
Layers Methods
| Method |
Returns |
Description |
| add |
Layer |
Create a new layer. |
| anyItem |
Object |
Returns any layer. |
| firstItem |
Object |
Returns the first layer. |
| itemByID |
Object |
Returns the layer with the specified ID. |
| itemByRange |
Objects |
Returns the layers within the specified range. |
| lastItem |
Object |
Returns the last layer. |
| middleItem |
Object |
Returns the middle layer. |
| nextItem |
Object |
Returns the next layer. |
| previousItem |
Object |
Returns the previous layer. |