Search
FlowChart.IsTree Method
See Also
 



Determines whether the current graph is a tree.

 Syntax

VB6  Copy Code

Public Function IsTree () As Boolean

C++  Copy Code

public:
bool IsTree ()

 Return Value

A boolean value indicating whether the current diagram represents a tree.

 Remarks

Check if the graph of objects in the current diagram represents a tree.

 See Also