geSelectStoredSelectionSet
geSelectStoredSelectionSet(t_setName[d_cellviewId] ) => t / nil
Description
Adds the elements of the specified selection set into the current selection set of the given cellview.
Arguments
Value Returned
|
Elements of the specified selection are added to the current selection set. |
|
|
The cellview ID is invalid or the stored selection set does not exist. |
Examples
geSelectStoredSelectionSet("selset1")
Related Topics
Return to top