Northwoods.Go Assembly > Northwoods.Go Namespace : GoLayerCollection Class |
For a list of all members of this type, see GoLayerCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adding arbitrary layers to this collection is not supported. Use CreateNewLayerBefore, CreateNewLayerAfter, InsertDocumentLayerBefore, or InsertDocumentLayerAfter instead. |
![]() | Clear | Removing all layers from this collection is not supported. At least one layer must remain. |
![]() | Contains | A predicate to see if a particular GoLayer is a member of this collection. |
![]() | CopyArray | Returns a newly allocated array holding references to all of the layers. |
![]() | CopyTo | Copy references to all of the layers in this collection into an array. |
![]() | CreateNewLayerAfter | Create a new GoLayer positioned after (i.e. in front of) an existing layer. |
![]() | CreateNewLayerBefore | Create a new GoLayer positioned before (i.e. behind) an existing layer. |
![]() | Find | Search for a layer with a particular identifier. |
![]() | GetEnumerator | Get an Enumerator that iterates over all of the layers of this collection. |
![]() | GetObjectEnumerator | Get an Enumerator that iterates over all of the objects in all of the layers in this collection, in the desired order. |
![]() | InsertDocumentLayerAfter | Add a reference to a document layer into this view's collection of layers. |
![]() | InsertDocumentLayerBefore | Add a reference to a document layer into this view's collection of layers. |
![]() | MoveAfter | Reorder the layers in this collection by moving a layer to be immediately after (i.e. in front of) another layer. |
![]() | MoveBefore | Reorder the layers in this collection by moving a layer to be immediately before (i.e. behind) another layer. |
![]() | NextLayer | Return the next layer in the Z-order, given a layer. |
![]() | Remove | Remove a layer from this collection. |
![]() | SortByZOrder | Overloaded. Sort an Array of GoObjects by their Z-order position in these layers. |