Close method: Tree class
Syntax
Close()
Description
The Close method closes the tree, freeing the memory associated with that object, and discarding any changes made to the tree since the last save. The Close method can be used only on an open tree, not a closed tree. This means you must have opened the tree with the Open method before you can close it. To save any changes, you must use the Save method before using Close.
Returns
A number: 0 if the method completed successfully.
Related Topics