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