ScrUpdateComponentTree
|
For scripts run in graphical mode, updates the component tree. Scripted modifications will not display in the tree until this function is called. NOTE: This script is inappropriate for scripts run in non-graphical mode. |
|
| UI Command: | None. |
| Syntax: | obj.ScrUpdateComponentTree |
| Parameters: |
None. |
| Return Value: |
None. |
| VB Example: |
obj.ScrUpdateComponentTree |
| IPY Example: |
oDoc.ScrUpdateComponentTree() |