Layers
A collection of layers.
Layers Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Layers. |
| Item |
Object |
read |
Returns the Layer with the specified index or name as Long or String. |
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. |