GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / Node Property
In This Topic
    Node Property (GoPort)
    In This Topic
    Gets the node that this port is part of.
    Syntax
    [Description("The node that this port is part of.")]
    public virtual IGoNode Node {get;}
    Remarks
    By default this uses FindParentNode, but you may need to override this to use FindTopNode instead if your node class contains other nodes as parts that you don't want to consider separate objects.
    See Also