geSelectNextInSelSet
geSelectNextInSelSet( [d_cellviewId]) => t / nil
Description
Selects an object from the selected set of objects in the specified cellview.
The objects are randomly selected and there is no predefined order. For example, you select three objects, A, B, and C. Then, calling the geSelectNextInSelSet() function will select A. When you next call the function, object B is selected, and so on.
Arguments
|
(Optional) ID of the cellview containing the selected set of objects. If no cellview ID is specified, the edit cellview of the current window is used. |
Value Returned
Related Topics
Return to top