GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / CreateNewLayerBefore Method
an existing layer in this collection, or null to signify the Bottom layer
In This Topic
    CreateNewLayerBefore Method
    In This Topic
    Create a new GoLayer positioned before (i.e. behind) an existing layer.
    Syntax
    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.
    See Also