GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class / Destinations Property
In This Topic
    Destinations Property (GoLayoutGenericNetwork.Node<N,L,Y>)
    In This Topic
    Gets an enumerator over all of the nodes that have links going out of this node.
    Syntax
    public GoLayoutGenericNetwork.Enumerator<N,L,Y,N> Destinations {get;}
    Remarks
    The enumerator iterates over the set of all nodes that have ports that have any source links going out of any port of this node.
    See Also