geSetSelProtectionAllObjects
geSetSelProtectionAllObjects(
[ d_cellview ]
)
=> t / nil
Description
Sets all the objects in the specified cellview as protected, which prevents them from being selected.
Arguments
|
The cellview in which all the objects object are to be set as protected. If not specified, all the objects in the edit cellview are set as protected. |
Value Returned
Examples
Sets all the objects in the edit cellview as protected.
geSetSelProtectionAllObjects()
Related Topics
Return to top