| Revit 2017 API |
| View3D..::..ToggleToPerspective Method |
| View3D Class See Also |
Toggles this view to perspective.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2015 Subscription Update
Syntax
| C# |
|---|
public void ToggleToPerspective() |
| Visual Basic |
|---|
Public Sub ToggleToPerspective |
| Visual C++ |
|---|
public: void ToggleToPerspective() |
Remarks
This view can only be toggled to perspective if no view specific elements are contained.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..InvalidOperationException | This view cannot be toggled. |