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

geGetStoredSelectionSets

geGetStoredSelectionSets( 
[ d_cellviewId ]
)
=> t_nameList / nil 

Description

Returns the list of names for the stored selection sets in the given cellview.

Arguments

d_cellviewId

Optional argument. Database ID of the cellview that is queried for the stored selection sets. If not specified, the cellview of the edit cellview of the current window is used.

Value Returned

t_nameList

Returns the list of names.

nil

The cellview ID is invalid.

Examples

Returns the list of names for the stored selection sets in the cv cellview.

geGetStoredSelectionSets(cv)

Related Topics

Stored Selection Functions


Return to top
 ⠀
X