GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / DefaultLayer Property
In This Topic
    DefaultLayer Property
    In This Topic
    Gets or sets the layer that is considered the default layer for document operations that do not specify a layer.
    Syntax
    [Description("The default layer used when adding objects to the document.")]
    public virtual GoLayer DefaultLayer {get; set;}

    Property Value

    The GoLayer value must not be null and must already belong to this document.
    See Also