GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPort Class
/ ClearLinks() Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ClearLinks() Method
In This Topic
Remove all links connected to this port.
Syntax
C#
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
Reference
GoPort Class
GoPort Members