Gets the phase status presentation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2013
Syntax
C# |
---|
public PhaseStatusPresentation GetPhaseStatusPresentation( ElementOnPhaseStatus status ) |
Visual Basic |
---|
Public Function GetPhaseStatusPresentation ( _ status As ElementOnPhaseStatus _ ) As PhaseStatusPresentation |
Visual C++ |
---|
public: PhaseStatusPresentation GetPhaseStatusPresentation( ElementOnPhaseStatus status ) |
Parameters
- status
- Type: Autodesk.Revit.DB..::..ElementOnPhaseStatus
The element phase status.
Return Value
The phase status presentation.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | status is invalid for presentation query. |
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |