GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoPort Interface / Node Property
In This Topic
    Node Property (IGoPort)
    In This Topic
    Gets the node that this port is part of.
    Syntax
    IGoNode Node {get;}
    Remarks
    If this port is not part of any node, this should return null. If this port is part of a node that in turn is part of another node, this should return the highest-level (most encompassing) node.
    See Also