Determines whether the current graph is a tree.
SyntaxVB6
Copy Code
|
|---|
Public Function IsTree () As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value indicating whether the current diagram represents a tree.
RemarksCheck if the graph of objects in the current diagram represents a tree.
See Also