geSelectPreviousInSelSet
geSelectPreviousInSelSet(
[ d_cellviewId ]
)
=> t / nil
Description
Selects the last selected object in the specified cellview.
Consider an example in which three objects, A, B, and C, are selected. Then, calling the geSelectPreviousInSelSet() function will select A. Calling the function again will select B. If you now call the function, object A will be selected.
Arguments
|
(Optional) ID of the cellview containing the selected set of objects. If the cellview ID is not specified, the edit cellview of the current window is used. |
Value Returned
Related Topics
Return to top