geGetSelSet
geGetSelSet( [w_windowId] [d_cellview] ) =>l_selectedSet/ nil
Description
Returns a list of the currently selected objects in a window or cellview.
If nothing is specified, the edit cellview of the current window is used. If a window is specified, its edit cellview is used.
Arguments
Value Returned
Examples
Returns a list of selected objects in the edit cellview of the current window.
geGetSelSet()
Related Topics
Return to top