The LayerCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones this LayerCollection, and detach it from the original document.
| |
| Contains |
Determine whether an Layer is in the LayerCollection.
| |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| IndexOf |
Searches for the specified Layer in the LayerCollection.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Get the number of Layers actually contained in the LayerCollection | |
| Item |
Get an Layer by zero-based index from the LayerCollection.
|