Rotation of the viewport
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum ViewportRotation
Members
| Member name | Value | Description |
|---|---|---|
| Clockwise | 1 | Viewport is rotated 90 degrees clockwise. |
| Counterclockwise | 2 | Viewport is rotated 90 degrees counterclockwise. |
| None | 0 | Viewport is not rotated. |
