Creates a new phase filter with default status presentation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static PhaseFilter Create(
Document document,
string name
)
Parameters
- document Document
-
The document.
- name String
-
The name.
Return Value
PhaseFilter
The newly created phase filter.
Exceptions
Remarks
The default status presentation is ShowByCategory for New status, and ShowOverriden for Existing,
Demolished and Temporary statuses.
See Also
Reference