Name | Description | |
---|---|---|
![]() | LayerCollection Constructor | Initializes a new instance of the LayerCollection class. |
The following tables list the members exposed by LayerCollection.
Name | Description | |
---|---|---|
![]() | LayerCollection Constructor | Initializes a new instance of the LayerCollection class. |
Name | Description | |
---|---|---|
![]() | DefaultLayer | Gets the default Layer in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the LayerCollection is read-only. |
![]() | Item | Gets or sets a specific Layer object in the LayerCollection by position. |
Name | Description | |
---|---|---|
![]() | Add | Adds a Layer object to the LayerCollection. |
![]() | Contains | Gets a value indicating whether the LayerCollection contains the specified Layer. |
![]() | CopyTo | Copies the objects in the LayerCollection to a Layer array, starting at the specified array index. |
![]() | IndexOf | Determines the index of a specific Layer object in the LayerCollection. |
![]() | Insert | Inserts a new Layer into the LayerCollection at the specified location. |
![]() | Remove | Removes the specified Layer object from the LayerCollection. |
![]() | Validate | Validates the current state of the LayerCollection object. |