GoDiagram Web Reference
RemoveLink Method (GoPort)

Remove a link from this port's collection of connected links.
Syntax
'Declaration
 
Public Overridable Sub RemoveLink( _
   ByVal link As IGoLink _
) 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPort Class
GoPort Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback