GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNode Class / Nodes Property
In This Topic
    Nodes Property (GoNode)
    In This Topic
    Gets an enumerator over all of the nodes that are connected to this node.
    Syntax
    [Description("Gets an enumerator over all of the nodes that are connected to this node.")]
    public virtual GoNodeNodeEnumerator Nodes {get;}
    Remarks
    The enumerator iterates over the set of all nodes that have ports that are connected in either direction to any port of this node. Note that this does NOT enumerate over all of the child objects that are IGoNodes. It enumerates all connected IGoNodes, which will include any child nodes that are connected to any child ports.
    See Also