GoDiagram Web Reference
IsLinked(IGoPort,IGoPort) Method

a source port
a destination port
This static method determines if there is a link going from one port to another.
Syntax
'Declaration
 
Public Overloads Shared Function IsLinked( _
   ByVal a As IGoPort, _
   ByVal b As IGoPort _
) As Boolean
public static bool IsLinked( 
   IGoPort a,
   IGoPort b
)

Parameters

a
a source port
b
a destination port

Return Value

True if there is an IGoLink from a to b. Note that a link in the opposite direction 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) Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback