The LayerCollection type exposes the following members.

Methods

  NameDescription
Public methodClone
Clones this LayerCollection, and detach it from the original document.
Public methodContains
Determine whether an Layer is in the LayerCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Searches for the specified Layer in the LayerCollection.

Properties

  NameDescription
Public propertyCount
Get the number of Layers actually contained in the LayerCollection
Public propertyItem
Get an Layer by zero-based index from the LayerCollection.

See Also