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

geUnsetSelProtection

geUnsetSelProtection( 
[ d_cellview ] | [ d_figId ] | [ l_figId ]
)
=> l_results / nil 

Description

Removes the selection protection from the specified protected objects. If no figId is specified, protection of the selected objects in the specified or in the current cellview is removed.

Arguments

[ d_cellview ] | [ d_figId ] | [ l_figId ]

Specify the cellview, object, or list of objects from which the protection needs to be removed.

Value Returned

l_results

List of figures made unprotected, and therefore, selectable.

nil

The protection of the specified object is not removed.

Examples

The following example removes the selection protection from the figId1 and figId2 objects:

geUnsetSelProtection(list(figId1 figId2))

The following example removes the selection protection from all the selected objects in the cellViewA cellview:

geUnsetSelProtection(cellViewA)

The following example removes the selection protection from all the selected objects in the edit cellview:

geUnsetSelProtection()

Related Topics

Selection Functions


Return to top
 ⠀
X