SelectionCommandInput.selectionFilters Property
Parent Object:
SelectionCommandInputDefined in namespace "adsk::core" and the header file is <Core/UserInterface/SelectionCommandInput.h>
Description
Gets or sets the list of selection filters.
Remarks
The valid list of selection filters can be found here:
Selection Filters.
Syntax
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
# Get the value of the property. propertyValue = selectionCommandInput_var.selectionFilters
# Set the value of the property. selectionCommandInput_var.selectionFilters = propertyValue
|
"selectionCommandInput_var" is a variable referencing a SelectionCommandInput object.
#include <Core/UserInterface/SelectionCommandInput.h>
// Get the value of the property. std::vector<string> propertyValue = selectionCommandInput_var->selectionFilters();
// Set the value of the property, where value_var is a string. bool returnValue = selectionCommandInput_var->selectionFilters(value_var);
|
Property Value
This is a read/write property whose value is an array of type string.
Version
Introduced in version August 2014