GoDiagram Web Reference
GetOtherPort Method (GoLabeledLink)

Return the port at the other end of this link from the given port.
Syntax
'Declaration
 
Public Function GetOtherPort( _
   ByVal p As IGoPort _
) As IGoPort
public IGoPort GetOtherPort( 
   IGoPort p
)

Parameters

p

Return Value

An IGoPort, that may be null if the other end of the link is not connected, or that may return the same p if both ends of the link are connected to the same port.
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

GoLabeledLink Class
GoLabeledLink Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback