Name | Description |
---|---|
GetObjectsByName(String) | Gets a list of all objects with the specified name. |
GetObjectsByType(Type) | Gets a list of all objects with the specified type. |
GetObjectsByType(DataModelObjectCategory) | Gets a list of all objects with the specified type. |
GetPathToFirstActiveObject() | Gets the full path that needs to be typed in order to go to the selected object. |
Refresh() | Refreshes the tree. |
Suspend() ***OBSOLETE*** Use 'Transaction' instead. | Prevents the tree from being updated. |
Name | Description |
---|---|
ActiveObjects | Gets a list of all selected objects. |
AllObjects | Gets a list of all objects available in the tree. |
FirstActiveObject | Gets the first object selected in the tree. |