View3D.ToggleToIsometric Method

View3DToggleToIsometric Method

Toggles this view to isometric.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void ToggleToIsometric()
Public Sub ToggleToIsometric
public:
void ToggleToIsometric()
member ToggleToIsometric : unit -> unit 
Exceptions
ExceptionCondition
InvalidOperationException This view cannot be toggled.
Remarks
This view can only be toggled to isometric if no view specific elements are contained.
See Also