GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / Add Method
In This Topic
    Add Method (GoLayerCollection)
    In This Topic
    Adding arbitrary layers to this collection is not supported. Use CreateNewLayerBefore, CreateNewLayerAfter, InsertDocumentLayerBefore, or InsertDocumentLayerAfter instead.
    Syntax
    public void Add( 
       GoLayer layer
    )

    Parameters

    layer
    See Also