GoDiagram Web Reference
GetOtherNode Method (GoLabeledLink)

Return the node at the other end of this link from the given node.
Syntax
'Declaration
 
Public Function GetOtherNode( _
   ByVal n As IGoNode _
) As IGoNode
public IGoNode GetOtherNode( 
   IGoNode n
)

Parameters

n

Return Value

An IGoNode, that may be null if the other end of the link is not connected or whose port may not be part of a node, or that may return the same n if both ends of the link are connected to the same node, even if at different ports.
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