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

geDeselectFigs

geDeselectFigs( 
l_figList
)
=> l_list / nil 

Description

Deselects figures from a specified list of figures.

Arguments

l_figList

List of figure IDs.

Value Returned

l_list

List of figures to be deselected.

nil

An error occurred, the figures are not selected and the list of figures is not returned.

Examples

geSelectAllFig()
sel = geGetSelSet()
geDeselectFigs(sel)

Related Topics

Selection Functions


Return to top
 ⠀
X