<Code Lib>
2020 Method
Changes 0
M

View.GetFilters

Description:
Gets the filters applied to the view.
Remarks:
Note that this method returns filters in a set sorted according to their ids. To get filters in the order they are applied to the view use GetOrderedFilters..

public ICollection<ElementId> GetFilters()

ICollection<ElementId> The ElementIds of the Filters.

Loading…