GoDiagram Web Reference
FindParentNode Method

Return the node that immediately contains an object, or return the object itself if it is an IGoNode.
Syntax
'Declaration
 
Public Shared Function FindParentNode( _
   ByVal x As GoObject _
) As IGoNode
public static IGoNode FindParentNode( 
   GoObject x
)

Parameters

x

Return Value

An IGoNode that either is x or the first GoObject.Parent going up the part hierarchy. If x is null, this returns 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