treeSaveHierarchy
treeSaveHierarchy(
n_sessionWindowNum
t_file
)
=> t / nil
Description
Saves the entire hierarchy including objects that are not visible (filter settings are ignored in the Navigator).
Arguments
Value Returned
Examples
Where 1 is the number of the session window where the Navigator is located and myHierarchy.xml is the file to store the content in the current working directory.
treeSaveHierarchy(1 "./myHierarchy.xml")
Related Topics
Return to top