geDeselectStoredSelectionSet
geDeselectStoredSelectionSet(t_setName[d_cellviewId]) => t / nil
Description
Removes the elements of the specified selection set from the current 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 elements of the specified selection set.
geDeselectStoredSelectionSet("selset1")
Related Topics
Return to top