| Revit 2020.1 API |
| PhaseStatusPresentation Enumeration |
| See Also |
An enumerated type listing the options for element display in a phase filter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
| C# |
|---|
public enum PhaseStatusPresentation |
| Visual Basic |
|---|
Public Enumeration PhaseStatusPresentation |
| Visual C++ |
|---|
public enum class PhaseStatusPresentation |
Members
| Member name | Description |
|---|---|
| DontShow | Don't show elements from the given phase status. |
| ShowByCategory | Show elements from the given phase status by category. |
| ShowOverriden | Show elements from the given phase status by graphics overrides. |