schAsstAutoZoomPan
schAsstAutoZoomPan( [w_windowId] [t_mode] [x_scale] ) => t / nil
Description
Performs auto-zoom on or pans to the selected objects.
Arguments
|
Specifies the zoom to fit scale. The default is equal to the value of the autoZoomScale environment variable. The default is |
Value Returned
Examples
schAsstAutoZoomPan(hiGetCurrentWindow() “Pan To Selected”)
schAsstAutoZoomPan(hiGetCurrentWindow() “Zoom To Selected”)
Return to top