![]() |
• Utility Library |
|
API Links
Developer Links
|
Graph::EmptyDefined in:
Returns a boolean value indicating whether any nodes exist in a graph.
C4Graph.hPrototype
Description
The Empty function returns true if no nodes belong to a graph. If at least one node belongs to a graph, then the return value is false.
See Also
Graph::GetNodeCount
Graph::Purge
|