| Revit 2022.1 API |
| ViewportRotation Enumeration |
| See Also |
Rotation of the viewport
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public enum ViewportRotation |
| Visual Basic |
|---|
Public Enumeration ViewportRotation |
| Visual C++ |
|---|
public enum class ViewportRotation |
Members
| Member name | Description |
|---|---|
| None | Viewport is not rotated. |
| Clockwise | Viewport is rotated 90 degrees clockwise. |
| Counterclockwise | Viewport is rotated 90 degrees counterclockwise. |