SelectionOptions
Options for selection status in relation to previously selected objects.
Class
Read Only
Number ADD_TO = 1633969202
Adds the object to the existing selection; if no object was previously selected, makes the object the only selected object.
Read Only
Number REMOVE_FROM = 1919249734
Deselects the object.
Read Only
Number REPLACE_WITH = 1919250519
Selects the object and deselects any previously selected objects.
Read Only
Number SET_KEY = 1936028779
Sets the key object. At least 2 objects must be selected, and the key object specified must be one of them.