The LayerCollection type exposes the following members.
Name | Description | |
---|---|---|
addRange |
Adds the specified items to the end of the collection. (Inherited from Collection.) |
|
clear |
Removes all layers from the collection. |
|
contains |
Determines whether the specified item is in the collection. (Inherited from Collection.) |
|
getLayerById | ||
getLayersByName |
Search layers with the specified name. |
|
getVObjectsByName |
Search v-objects with the specified name. |
|
indexOf |
Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection. (Inherited from Collection.) |
|
insert |
Inserts a layer into the collection at the specified index. |
|
move |
Moves a layer from one position to another. |
|
push |
Pushes the specified item to the collection. (Inherited from Collection.) |
|
removeAt |
Removes the layer at the specified index of the collection. |
|
toArray | (Inherited from Collection.) |