Share

SelectionCommandInput.clearSelectionFilter Method

Parent Object: SelectionCommandInput
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/SelectionCommandInput.h>

Description

Clears the list of selection filters.

Syntax

"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
returnValue = selectionCommandInput_var.clearSelectionFilter()

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version August 2014

Was this information helpful?