GoDiagram Web Reference
IsChildOf Method

Determines if this object is a child, perhaps indirectly, of the given object.
Syntax
'Declaration
 
Public Function IsChildOf( _
   ByVal obj As GoObject _
) As Boolean
public bool IsChildOf( 
   GoObject obj
)

Parameters

obj
Remarks
This predicate will be false if obj is this object itself or if it is not a GoGroup.
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

GoObject Class
GoObject Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback