GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork.Node<N,L,Y> Class / DeleteSourceLink Method
In This Topic
    DeleteSourceLink Method
    In This Topic
    Deletes a GoLayoutGenericNetwork.Link<N,L,Y> from the list of predecessors (i.e., the link was to this node).
    Syntax
    public void DeleteSourceLink( 
       L sourceLink
    )

    Parameters

    sourceLink
    See Also