geDeleteStoredSelectionSet
geDeleteStoredSelectionSet(t_setName[d_cellviewId]) => t / nil
Description
Removes the specified stored selection set from the manual store selection set of the given cellview.
Arguments
|
Optional argument. When not specified, the current edit cellview is used. There is one current selection set by cellview. |
Value Returned
Examples
Removes the specified stored selection set.
geDeleteStoredSelectionSet("selset1")
Related Topics
Return to top