View.IsFilterApplied
Description:
Indicates if a filter is applied to the view.
Indicates if a filter is applied to the view.
public bool IsFilterApplied(
ElementId filterElementId
)
-
filterElementIdElementId of the filter.
Return Value
bool
True if the filter is applied to the view, false otherwise.
-
ElementId is not associated with a FilterElement.
-
A non-optional argument was null
-
The element "this View" does not belong to a project document. -or- The view type does not support Visibility/Graphics Overriddes.