hiWorldViewZoomOut
hiWorldViewZoomOut( [w_windowId] ) =>t/nil
Description
Zooms out of the current canvas display area open 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
Zooms out of the current canvas display area open in the World View assistant of the graphics window 2.
hiWorldViewZoomOut(window(2))
hiWorldViewZoomOut()
Related Topics
Return to top