GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class / AddSourceLink Method
In This Topic
    AddSourceLink Method (GoLayoutGenericNetwork.Node<N,L,Y>)
    In This Topic
    Adds a GoLayoutGenericNetwork.Link<N,L,Y> to the list predecessors (i.e., the link will be coming into this node).
    Syntax
    public void AddSourceLink( 
       L sourceLink
    )

    Parameters

    sourceLink
    See Also