get_selection_set
get_selection_set
Description
Returns the selected set identifier for the active window.
Arguments
Value Returned
|
Is the set identifier for the selected set in the active window. |
|
Examples
In the following example, the first line selects all active layers and objects. The second line calls get_selection_set which returns the set identifier for the selection set and, in this example, assigns it to the Tcl variable cur_set.
select_all
set cur_set [get_selection_set]
Related Topics
Return to top