GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Layers Property
In This Topic
    Layers Property (GoDocument)
    In This Topic
    Gets the collection of layers belonging to this document.
    Syntax
    [Browsable(false)]
    public virtual GoLayerCollection Layers {get;}
    Remarks
    This value is the list of this document's layers. Use GoLayerCollection methods for creating new document layers, removing them, or operating on particular layers, such as the GoLayerCollection.Default one.
    See Also