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

geDeselectFig

geDeselectFig( 
d_figId 
)
=> t / nil 

Description

Removes an object from the selected set if the object passes the selection filter.

Arguments

d_figId

Database ID of the object you want to deselect.

Value Returned

t

The object passes the selection filter and is deselected.

nil

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

Examples

Deselects fig3.

geDeselectFig( fig3 )

Related Topics

Selection Functions


Return to top
 ⠀
X