Revit 2017 API |
ViewportRotation Enumeration |
See Also |
Rotation of the viewport
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.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. |