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

geGetSelSet

geGetSelSet( 
[ w_windowId ]
[ d_cellview ] 
)
=> l_selectedSet / nil 

Description

Returns a list of the currently selected objects in a window or cellview.

If nothing is specified, the edit cellview of the current window is used. If a window is specified, its edit cellview is used.

Arguments

w_windowId

Window ID of the window to use.

d_cellview

The cellview ID.

Value Returned

l_selectedSet

A list of the selected objects.

nil

The function failed.

Examples

Returns a list of selected objects in the edit cellview of the current window.

geGetSelSet()

Related Topics

Selection Functions


Return to top
 ⠀
X