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

geSetAutoStoreSelection

geSetAutoStoreSelection(
[ g_autoStore ]
[ d_cellviewId ]
)
=> t / nil 

Description

Enables the auto store selection set feature on a cellview. Stored selection sets are remembered as long as the cellview is open. Once the cellview is closed, the recorded information is lost.

Deleted and modified objects are removed from the store selection set. If all objects are deleted in a stored selection set, the set is dropped. Does not recognize the undo/redo commands.

Arguments

g_autoStore

Optional argument that specifies whether the auto stored set is enabled.

Valid Values: t, nil

d_cellviewId

Optional argument of a cellview ID.

Value Returned

t

The auto store selection set feature is enabled.

nil

The auto store selection set feature is not enabled.

Examples

geSetAutoStoreSelection(t)

Related Topics

Stored Selection Functions


Return to top
 ⠀
X