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

geSetSelProtection

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

Description

Sets the specified object as protected, which prevents it from being selected. If no figId is specified, the selected objects in the specified or in the current cellview are set as protected.

Arguments

[ d_cellview ] | [ d_figId ] | [ l_figId ]

Specify the cellview, object, or list of objects to be set as protected.

Value Returned

l_results

List of objects that are set as protected.

nil

The specified object is not set as protected.

Examples

The following example sets selection protection on the figId1 and figId2 objects:

geSetSelProtection(list(figId1 figId2))

The following example sets selection protection on all the selected objects in the cellViewA cellview:

geSetSelProtection(cellViewA)

The following example sets selection protection on all the selected objects in the edit cellview:

geSetSelProtection()

Related Topics

Selection Functions


Return to top
 ⠀
X