GoDiagram Web Reference
FindTopNode Method

Return the most inclusive node containing an object.
Syntax
'Declaration
 
Public Shared Function FindTopNode( _
   ByVal x As GoObject _
) As IGoNode
public static IGoNode FindTopNode( 
   GoObject x
)

Parameters

x

Return Value

An IGoNode that is as close to top-level in the GoObject.Parent hierarchy as possible. If x is null, this returns null; If there is no IGoNode that contains the object, this will return null.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback