GoDiagram Web Reference
MoveAfter Method (GoLayerCollection)

Reorder the layers in this collection by moving a layer to be immediately after (i.e. in front of) another layer.
Syntax
'Declaration
 
Public Sub MoveAfter( _
   ByVal dest As GoLayer, _
   ByVal moving As GoLayer _
) 
public void MoveAfter( 
   GoLayer dest,
   GoLayer moving
)

Parameters

dest
moving
Remarks
Both layer arguments must be present in this collection. The IGoLayerCollectionContainer.RaiseChanged call gets a MovedLayer 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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback