| Revit 2020.1 API |
| PlanViewDirection Enumeration |
| See Also |
This enumerated type represents the possible directions for a plan view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
| C# |
|---|
public enum PlanViewDirection |
| Visual Basic |
|---|
Public Enumeration PlanViewDirection |
| Visual C++ |
|---|
public enum class PlanViewDirection |
Members
| Member name | Description |
|---|---|
| Undefined | View does not use Plan View Direction |
| Down | Revit looks down onto the plan view |
| Up | Revit looks up to the plan view |