GoDiagram Web Reference
IsLinked(IGoPort) Method

a destination port
Determine if there is a link from this port to another port.
Syntax
'Declaration
 
Public Overloads Overridable Function IsLinked( _
   ByVal p As IGoPort _
) As Boolean
public virtual bool IsLinked( 
   IGoPort p
)

Parameters

p
a destination port

Return Value

True if there is an IGoLink from this port to p. Note that a link in the opposite direction, that is one whose IGoLink.FromPort is p and whose IGoLink.ToPort is this port, will not satisfy this predicate.
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
Overload List
IsLinked(IGoPort,IGoPort) Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback