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