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