Creates a new phase filter with default status presentation.
Namespace: Autodesk.Revit.DB
Assembly: 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
PhaseFilterThe newly created phase filter.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | name is already in use. |
| ArgumentNullException | A non-optional argument was null |
