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

geSelectNextInSelSet

geSelectNextInSelSet( 
[ d_cellviewId ] 
)
=> t / nil

Description

Selects an object from the selected set of objects in the specified cellview.

The objects are randomly selected and there is no predefined order. For example, you select three objects, A, B, and C. Then, calling the geSelectNextInSelSet() function will select A. When you next call the function, object B is selected, and so on.

Arguments

d_cellviewId

(Optional) ID of the cellview containing the selected set of objects. If no cellview ID is 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


Return to top
 ⠀
X