GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / ReverseLink Method
In This Topic
    ReverseLink Method (GoLayoutGenericNetwork<N,L,Y>)
    In This Topic
    Reverses the direction of a link in the network.
    Syntax
    public void ReverseLink( 
       L link
    )

    Parameters

    link
    Remarks
    This calls GoLayoutGenericNetwork.Link<N,L,Y>.ReverseLink and also adjusts the source links and destination links of both connected nodes. If either GoLayoutGenericNetwork.Link<N,L,Y>.FromNode or GoLayoutGenericNetwork.Link<N,L,Y>.ToNode are null, this method does nothing.
    See Also