GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / ParentNode Property
In This Topic
    ParentNode Property
    In This Topic
    This convenience property gets the highest-level object in the Parent chain that is not a GoSubGraphBase.
    Syntax
    [Browsable(false)]
    public GoObject ParentNode {get;}
    Remarks
    If this is a top-level object, or if this is an immediate child of a GoSubGraphBase, the value is just itself. Note that the value need not be a real IGoNode--it could very well be a group or a link. However, if it is an immediate child of a GoSubGraphBase and is also a IGoPort, the parent node value is the subgraph, not the port itself.
    See Also