GoDiagram Web Reference
IsInSameNode(IGoPort,IGoPort) Method

This static method determines if both arguments belong to the same IGoNode.
Syntax
'Declaration
 
Public Overloads Shared Function IsInSameNode( _
   ByVal a As IGoPort, _
   ByVal b As IGoPort _
) As Boolean
public static bool IsInSameNode( 
   IGoPort a,
   IGoPort b
)

Parameters

a
b

Return Value

True if both ports are part of the same IGoNode. If the ports are not part of an IGoNode (but only contained by a GoGroup), their GoObject.TopLevelObjects are compared instead.
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
Node Property
IsInSameNode(IGoPort) Method
FindParentNode Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback