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
|
Specify the cellview, object, or list of objects from which the protection needs to be removed. |
|
Value Returned
|
List of figures made unprotected, and therefore, selectable. |
|
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
Return to top