GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / AddLink Method
In This Topic
    AddLink Method
    In This Topic
    Overload List
    OverloadDescription
    Adds a Link to the network. Although this method is provided for completeness, LinkNodes provides a more efficient manner of linking nodes already in the network.  
    This convenience method takes a Northwoods.Go.GoObject implementing Northwoods.Go.IGoLink, and returns a GoLayoutGenericNetwork.Link<N,L,Y> that has been added to this network.  
    See Also