GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / CreateNewLayerAfter Method
an existing layer in this collection, or null to signify the Top layer
In This Topic
    CreateNewLayerAfter Method
    In This Topic
    Create a new GoLayer positioned after (i.e. in front of) an existing layer.
    Syntax
    public GoLayer CreateNewLayerAfter( 
       GoLayer dest
    )

    Parameters

    dest
    an existing layer in this collection, or null to signify the Top 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