GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / LinkNodes Method
the GoObject to which the created link should correspond (may be null)
In This Topic
    LinkNodes Method
    In This Topic
    Links two nodes already in the network and returns the created link.
    Syntax
    public L LinkNodes( 
       N fromNode,
       N toNode,
       GoObject obj
    )

    Parameters

    fromNode
    toNode
    obj
    the GoObject to which the created link should correspond (may be null)

    Return Value

    Returns the link created when fromNode and toNode are linked.
    See Also