GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / IsTopLevel Property
In This Topic
    IsTopLevel Property
    In This Topic
    Gets whether this object is a top-level object.
    Syntax
    [Browsable(false)]
    public bool IsTopLevel {get;}
    Remarks
    This property is true if there is no Parent group. This property does not depend on the object belonging to a layer.
    See Also