schSubSelectBox
schSubSelectBox( [w_windowId] [g_partial] [l_bBox] ) => t / nil
Description
Deselects objects within a rectangular area from a specified schematic editor window. Implements the sub mode of area selection. With no arguments, it prompts you to enter the deselection area in the current window. Partial deselection is performed if the window environment variable partialSelect is set.
Arguments
|
List specifying the corners of the instance box to subselect. If not specified, or specified as |
Value Returned
|
Deselected objects within a rectangular area from a specified schematic editor window. |
|
Examples
Prompts you to enter the deselection area in the current window of the objects to deselect.
schSubSelectBox( )
Return to top