dagDisplayTool
dagDisplayTool( [w_dagTool] [g_runPlacer] ) =>t / nil
Description
Redisplays a dagTool. You can use this function if you want to re-display all of the objects in the graph rather than calling dagRefreshObject for each one.
In general, this routine need not be called. The dag will automatically refresh all tools in which it detects changes. If you wish to force the redisplay at a specific point in a procedure, you can call this routine.
See dagRefreshObject for the circumstances in which the dag does not automatically redisplay.
Arguments
Values Returned
Related Topics
Return to top