GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPort Class
/ RemoveLink Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
RemoveLink Method (GoPort)
In This Topic
Remove a link from this port's collection of connected links.
Syntax
C#
public
virtual
void
RemoveLink(
IGoLink
link
)
Parameters
link
Remarks
If the link is actually removed from this port's collection of links, this will call
OnLinkChanged
to allow the port to update itself. For example, this may be useful to change the appearance of the port as the number of connected links changes.
See Also
Reference
GoPort Class
GoPort Members