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
|
Specify the cellview, object, or list of objects to be set as protected. |
|
Value Returned
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
Return to top