Parent Object: SelectionCommandInput
Adds an additional filter to the existing filter list.
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/SelectionCommandInput.h>.
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
|
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
|
Type | Description |
boolean | Returns true if the filter was added successfully. |
Name | Type | Description |
filter | string | The name of a selection filter to add. The valid list of selection filters can be found here: Selection Filters. |
Name | Description |
Selection Events API Sample | The sample demos how to use selection events of a command. |