Sets the phase status presentation. 
   Namespace:   Autodesk.Revit.DB  
  Assembly:   RevitAPI  (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0) 
  Since:  2013 
Syntax
| C# | 
|---|
|  | 
| Visual Basic | 
|---|
|  | 
| Visual C++ | 
|---|
|  | 
Parameters
- status
-  Type:  Autodesk.Revit.DB ElementOnPhaseStatus  
 The element phase status.
- presentation
-  Type:  Autodesk.Revit.DB PhaseStatusPresentation  
 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 |