dagRefreshObject
dagRefreshObject(w_dagNode) =>t / nil
Description
Redraws the node specified by w_dagNode in all the tools it is currently displayed.
dagRefreshObject should be called to ensure that the display is up to date if
- The node’s display list has been changed (either by changing the node’s display list directly or by changing the display list inherited from the class)
- The display list for the node contains a SKILL object which needs to be reevaluated
- The width, height, or display list properties inherited from the class have changed
Argument
Value Returned
Related Topics
Return to top