GraphicLayers
A collection of graphic layers.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the GraphicLayer with the specified index.
Returns any GraphicLayer in the collection.
Displays the number of elements in the GraphicLayer.
Returns every GraphicLayer in the collection.
Returns the first GraphicLayer in the collection.
Returns the GraphicLayer with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the GraphicLayer with the specified ID.
Returns the GraphicLayer with the specified name.
Returns the GraphicLayers within the specified range.
from
GraphicLayer | LongInteger | String
The GraphicLayer, index, or name at the beginning of the range. Can accept: GraphicLayer, Long Integer or String.
to
GraphicLayer | LongInteger | String
The GraphicLayer, index, or name at the end of the range. Can accept: GraphicLayer, Long Integer or String.
Returns the last GraphicLayer in the collection.
Returns the middle GraphicLayer in the collection.
Returns the GraphicLayer whose index follows the specified GraphicLayer in the collection.
obj
GraphicLayer
The GraphicLayer whose index comes before the desired GraphicLayer.
Returns the GraphicLayer with the index previous to the specified index.
obj
GraphicLayer
The index of the GraphicLayer that follows the desired GraphicLayer.
Generates a string which, if executed, will return the GraphicLayer.
Object of 2
Properties elsewhere that hold a GraphicLayers.