GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / ClearLinks() Method
In This Topic
    ClearLinks() Method
    In This Topic
    Remove all links connected to this port.
    Syntax
    public virtual void ClearLinks()
    Remarks
    Normally this will just call IGoLink.Unlink on each link. However, this method does not do so if the link is in a document but the port is in a view, or vice versa.
    See Also