Northwoods.Go Assembly > Northwoods.Go Namespace : GoLayerCollection Class |
The following tables list the members exposed by GoLayerCollection.
Name | Description | |
---|---|---|
ChangedDefault | This is a RaiseChanged hint. | |
InsertedLayer | This is a RaiseChanged hint. | |
MovedLayer | This is a RaiseChanged hint. | |
RemovedLayer | This is a RaiseChanged hint. |
Name | Description | |
---|---|---|
Backwards | Gets an enumerable whose enumerator will iterate over the layers in reverse order. | |
Bottom | Gets the first layer, normally drawn underneath all other layers. | |
Count | Get the number of layers. | |
Default | Gets or sets the default layer for adding objects. | |
Document | Gets the document that this layer collection belongs to, or null if this is in a view. | |
IsReadOnly | This collection is never read-only programmatically. | |
LayerCollectionContainer | Gets the document or view to which this layer collection belongs. | |
Top | Gets the last layer, normally drawn on top of all other layers. | |
View | Gets the view that this layer collection belongs to, or null if this is in a document. |
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. |