GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class / DeleteLink Method / DeleteLink(IGoLink) Method
In This Topic
    DeleteLink(IGoLink) Method
    In This Topic
    This convenience method makes sure a Northwoods.Go.GoObject implementing Northwoods.Go.IGoLink does not have a GoLayoutGenericNetwork.Link<N,L,Y> in this network.
    Syntax
    public void DeleteLink( 
       IGoLink ilink
    )

    Parameters

    ilink
    Remarks
    See Also