GoDiagram Win Reference
GoLayerCollection Class Methods


For a list of all members of this type, see GoLayerCollection members.

Public Methods
 NameDescription
Public MethodAddAdding arbitrary layers to this collection is not supported. Use CreateNewLayerBefore, CreateNewLayerAfter, InsertDocumentLayerBefore, or InsertDocumentLayerAfter instead.  
Public MethodClearRemoving all layers from this collection is not supported. At least one layer must remain.  
Public MethodContainsA predicate to see if a particular GoLayer is a member of this collection.  
Public MethodCopyArrayReturns a newly allocated array holding references to all of the layers.  
Public MethodCopyToCopy references to all of the layers in this collection into an array.  
Public MethodCreateNewLayerAfterCreate a new GoLayer positioned after (i.e. in front of) an existing layer.  
Public MethodCreateNewLayerBeforeCreate a new GoLayer positioned before (i.e. behind) an existing layer.  
Public MethodFindSearch for a layer with a particular identifier.  
Public MethodGetEnumeratorGet an Enumerator that iterates over all of the layers of this collection.  
Public MethodGetObjectEnumeratorGet an Enumerator that iterates over all of the objects in all of the layers in this collection, in the desired order.  
Public MethodInsertDocumentLayerAfterAdd a reference to a document layer into this view's collection of layers.  
Public MethodInsertDocumentLayerBeforeAdd a reference to a document layer into this view's collection of layers.  
Public MethodMoveAfterReorder the layers in this collection by moving a layer to be immediately after (i.e. in front of) another layer.  
Public MethodMoveBeforeReorder the layers in this collection by moving a layer to be immediately before (i.e. behind) another layer.  
Public MethodNextLayerReturn the next layer in the Z-order, given a layer.  
Public MethodRemoveRemove a layer from this collection.  
Public MethodSortByZOrderOverloaded. Sort an Array of GoObjects by their Z-order position in these layers.  
Top
See Also

Reference

GoLayerCollection Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback