Revit 2025.3 API
View |
Returns true if the View3D's orientation can be saved, false otherwise.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanSaveOrientation()
Public Function CanSaveOrientation As Boolean
public: bool CanSaveOrientation()
member CanSaveOrientation : unit -> bool
Return Value
BooleanTrue if the View3D's orientation can be saved, false otherwise.

The saved orientation of the default 3D view cannot be overwritten. To convert the default 3D view into a normal 3D view, rename the default 3D view.
See Also