schHiEditSheetSize
schHiEditSheetSize( [ ?sizet_size] [ ?typet_type] ) => t
Description
Edits the sheet border size of a schematic. Usable only when editing schematics.
If you edit a schematic that contains a sheet border, the function changes the border size and type specified. A warning is displayed in a dialog box if data is outside the new border.
Arguments
Value Returned
Examples
Displays the options form with sheet size set to C.
schHiEditSheetSize( "C" )
Changes the current sheet size to D and the border to continue.
schHiEditSheetSize( "D" "continue" )
Return to top