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

geIsSelProtection

geIsSelProtection( 
w_window
d_figId
l_figId
)
=> l_results

Description

Returns whether the specified object in the specified window is protected from being selected.

Arguments

w_window

The window in which the protection state of objects is being queried.

d_figId

Object that is queried for its protection state.

l_figId

List of objects that are queried for their protection state.

Value Returned

l_results

List of objects along with their protection state, in the following format:
(figId1 t / nil figId2 t / nil...)

Examples

Returns the protection state of the figId figure in the win window.

geIsSelProtection(winId figId)

Related Topics

Selection Functions


Return to top
 ⠀
X