|
M
GetAllFilterableCategories()
|
ICollection<ElementId>
|
Returns the set of categories that may be used in a ParameterFilterElement.
|
|
M
GetFilterableParametersInCommon(Document, ICollection<ElementId>)
|
ICollection<ElementId>
|
Returns the filterable parameters common to the given categories.
|
|
M
GetInapplicableParameters(Document, ICollection<ElementId>, IList<ElementId>)
|
IList<ElementId>
|
Returns the parameters that are not among the set of filterable
parameters common to the given categories.
|
|
M
IsParameterApplicable(Element, ElementId)
|
Boolean
|
Used to determine whether the element supports the given parameter.
|
|
M
RemoveUnfilterableCategories(ICollection<ElementId>)
|
ICollection<ElementId>
|
Removes from the given set the categories that are not filterable.
|