SelectionOptions

Options for selection status in relation to previously selected objects.

Values

Name

Description

Value

SelectionOptions.ADD_TO

Adds the object to the existing selection; if no object was previously selected, makes the object the only selected object.

1633969202

SelectionOptions.REMOVE_FROM

Deselects the object.

1919249734

SelectionOptions.REPLACE_WITH

Selects the object and deselects any previously selected objects.

1919250519

SelectionOptions.SET_KEY

Sets the key object. At least 2 objects must be selected, and the key object specified must be one of them.

1936028779