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