schAsstZoomFit
schAsstZoomFit(f_factorWithSheet f_factorNoSheet[w_windowId] ) => t
Description
Zooms the canvas of the Schematic assistant to display the entire schematic.
Arguments
|
Zooms to 1.0 zoom scale if the schematic cellview contains a sheet border. |
|
|
Zooms to 0.9 zoom scale if the schematic cellview does not contain a sheet border. |
|
Value Returned
Examples
Zooms the canvas of the Schematic assistant to display the entire schematic.
schAsstZoomFit()
schAsstZoomFit(?windowId myLayWin)
Return to top