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