GoDiagram Web Reference
FindParentSubGraph Method

This is a static/shared method that is convenient for finding if an object is part of a GoSubGraphBase.
Syntax
'Declaration
 
Public Shared Function FindParentSubGraph( _
   ByVal obj As GoObject _
) As GoSubGraphBase
public static GoSubGraphBase FindParentSubGraph( 
   GoObject obj
)

Parameters

obj

Return Value

the GoSubGraphBase that obj is part of, or null if it is not a child of a subgraph
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

GoSubGraphBase Class
GoSubGraphBase Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback