GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / DeleteLink Method / DeleteLink(L) Method
In This Topic
    DeleteLink(L) Method
    In This Topic
    Deletes the input link from the network.
    Syntax
    public void DeleteLink( 
       L link
    )

    Parameters

    link
    Remarks
    Also removes the link from its to node's predecessor list and from its from node's successor list. Performs a no-op if the link is not in the network.
    See Also