ViewportRotation Enumeration


Viewport Rotation Enumeration

Rotation of the viewport

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
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.
See Also