GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / Unlink Method
In This Topic
    Unlink Method (GoLink)
    In This Topic
    Remove this link from its layer.
    Syntax
    public virtual void Unlink()
    Remarks
    This method also removes this link from both ports' collections of connected links, by the implementation of OnLayerChanged.
    See Also