schSingleSelectBox
schSingleSelectBox( [w_windowId] [g_partial] [l_bBox] ) => t
Description
Selects objects within a rectangular area from a specified schematic editing window. With no arguments, it prompts you to enter the area to be selected in the current window. Partial selection is performed if the window environment variable partialSelect is set.
Arguments
|
List specifying the corners of the rectangular area to select. If not specified, or specified as |
Value Returned
Examples
Prompts you to define the area in the current window for selection with the mouse.
schSingleSelectBox( )
Return to top