GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / Document Property
In This Topic
    Document Property (GoLayer)
    In This Topic
    Gets the document that this layer belongs to, or null if this is a view layer.
    Syntax
    [Category("Ownership")]
    [Description("The document in which this layer belongs.")]
    public GoDocument Document {get;}
    See Also