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