Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

w_windowId

Database ID of the window containing the objects to be selected. If not specified, the current window is used.

Value Returned

t

All objects are selected.

nil

No object is selected.

Examples

geSelectBy2PointsLine(window(2))

Related Topics

Selection Functions

Return to top
 ⠀
X