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

geSelectFig

geSelectFig( 
d_figId 
) 
=> t / nil 

Description

Selects an object in the layout.

Arguments

d_figId

Database ID of the object you want to select.

Value Returned

t

The object passes the selection filter and is selected.

nil

The object does not pass the selection filter and is not selected.

Examples

Selects fig35.

geSelectFig( fig35 )

Related Topics

Selection Functions


Return to top
 ⠀
X