StructureName property: Tree class
Description
This property returns the name (structure ID) of the tree structure the tree is based on, as a string. This property can be set only with a new tree.
Note:
Even though this is a writable property, you will receive an error if you try to change the tree structure for an existing tree.
This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.
This property is read/write.
Related Topics