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

    Parameters

    destinationLink
    See Also