Share

ViewportRotation Enumeration

Rotation of the viewport


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum ViewportRotation

Members

Member nameValueDescription
Clockwise1 Viewport is rotated 90 degrees clockwise.
Counterclockwise2 Viewport is rotated 90 degrees counterclockwise.
None0 Viewport is not rotated.

See Also

Reference

Was this information helpful?