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