| Revit 2020.1 API |
| View3D..::..GetOrientation Method |
| View3D Class See Also |
Gets the current non-saved orientation of the View3D.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2013
Syntax
| C# |
|---|
public ViewOrientation3D GetOrientation() |
| Visual Basic |
|---|
Public Function GetOrientation As ViewOrientation3D |
| Visual C++ |
|---|
public: ViewOrientation3D^ GetOrientation() |