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
|
The window in which the protection state of objects is being queried. |
|
|
List of objects that are queried for their protection state. |
Value Returned
|
List of objects along with their protection state, in the following format: |
Examples
Returns the protection state of the figId figure in the win window.
geIsSelProtection(winId figId)
Related Topics
Return to top