geSelectBy2PointsLine
geSelectBy2PointsLine(
[ w_windowId ]
)
=> t / nil
Description
Selects objects by drawing a line. Press Shift and draw a line to overlap the additional objects to be selected. Press Ctrl and draw a line to overlap the objects to be removed from the selected set. The selection is done when the second point is entered.
Arguments
|
Database ID of the window containing the objects to be selected. If not specified, the current window is used. |
Value Returned
Examples
geSelectBy2PointsLine(window(2))
Related Topics
Selection Functions
Return to top