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

geSelectPreviousInSelSet

geSelectPreviousInSelSet( 
[ d_cellviewId ]
)
=> t / nil

Description

Selects the last selected object in the specified cellview.

Consider an example in which three objects, A, B, and C, are selected. Then, calling the geSelectPreviousInSelSet() function will select A. Calling the function again will select B. If you now call the function, object A will be selected.

Arguments

d_cellviewId

(Optional) ID of the cellview containing the selected set of objects. If the cellview ID is not specified, the edit cellview of the current window is used.

Value Returned

t

The object is selected.

nil

The object is not selected.

Related Topics

Edit and Display Functions

geSelectPreviousInSelSet


Return to top
 ⠀
X