GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Link<N,L,Y> Class / ReverseLink Method
In This Topic
    ReverseLink Method (GoLayoutGenericNetwork.Link<N,L,Y>)
    In This Topic
    Reverses the link; i.e., exchanges the from and to nodes.
    Syntax
    public void ReverseLink()
    Remarks
    Setting this property does not modify any GoLayoutGenericNetwork.Node<N,L,Y> by adding or removing a link to its GoLayoutGenericNetwork.Node<N,L,Y>.SourceLinksList or GoLayoutGenericNetwork.Node<N,L,Y>.DestinationLinksList.
    See Also