hiWorldViewRedraw
hiWorldViewRedraw( [w_windowId] ) =>t/nil
Description
Redraws the current canvas display area in the World View assistant of the specified graphics window.
Argument
|
The graphics window or the session window that contains the World View assistant. If not specified, the default is the current graphics window. |
Value Returned
Examples
Redraws the current canvas display area in the World View assistant of the graphics window 2.
hiWorldViewRedraw(window(2))
hiWorldViewRedraw()
Related Topics
Return to top