GoDiagram Web Reference
CreateNewLayerBefore Method

an existing layer in this collection, or null to signify the Bottom layer
Create a new GoLayer positioned before (i.e. behind) an existing layer.
Syntax
'Declaration
 
Public Function CreateNewLayerBefore( _
   ByVal dest As GoLayer _
) As GoLayer
public GoLayer CreateNewLayerBefore( 
   GoLayer dest
)

Parameters

dest
an existing layer in this collection, or null to signify the Bottom layer

Return Value

The new GoLayer.
Remarks
The new layer will be owned by this collection's LayerCollectionContainer, which may be either a GoDocument or a GoView. The IGoLayerCollectionContainer.RaiseChanged call gets a InsertedLayer hint.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayerCollection Class
GoLayerCollection Members
CreateNewLayerAfter Method
Remove Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback