The LayerCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add a new layer to the end of this collection.
Public methodAddRange
Add a layer array to the end of this collection.
Public methodClear
Remove all layers in this collection.
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.
Public methodInsert
Inserts a new layer to this collection.
Public methodRemove
Remove the specified layer.
Public methodRemoveAt
Remove the layer on the specified index.

See Also