GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class / AddDestinationLink Method
In This Topic
    AddDestinationLink Method (GoLayoutGenericNetwork.Node<N,L,Y>)
    In This Topic
    Adds a GoLayoutGenericNetwork.Link<N,L,Y> to the list successors (i.e., the link will be going out from this node).
    Syntax
    public void AddDestinationLink( 
       L destinationLink
    )

    Parameters

    destinationLink
    See Also