Gets or sets the list of selection filters.
# Get the value of the property.propertyValue = selectionCommandInput_var.selectionFilters# Set the value of the property.selectionCommandInput_var.selectionFilters = propertyValue
#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);