GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / MoveAfter Method
In This Topic
    MoveAfter Method (GoLayerCollection)
    In This Topic
    Reorder the layers in this collection by moving a layer to be immediately after (i.e. in front of) another layer.
    Syntax
    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.
    See Also