RVTDocs.com
Namespace: Autodesk.Revit.DB

ElementPhaseStatusFilter

Class
Description:
A filter used to match elements that have a given phase status on a given phase.
Remarks:
This filter is a slow filter. Slow filters require that the Element be obtained and expanded in memory first. Thus it is preferable to couple this filter with at least one ElementQuickFilter, which should minimize the number of Elements that are expanded.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ElementFilter
    Autodesk.Revit.DB.ElementSlowFilter
      Autodesk.Revit.DB.ElementPhaseStatusFilter
Syntax
public class ElementPhaseStatusFilter : ElementSlowFilter