schAsstZoomToSelSet
schAsstZoomToSelSet( [w_windowId] [x_scale] ) => t
Description
Zooms in or out the canvas of the Schematic assistant to display the currently selected objects.
Arguments
|
Specifies the scale of the zoom on the viewbox. The default is equal to the value of the autoZoomScale environment variable. The default is |
Value Returned
Examples
Scales the zoom to 90 percent.
schAsstZoomToSelSet(hiGetCurrentWindow() 90)
Return to top