View3DSaveOrientation Method |
Converts the temporary orientation of the View3D into its saved orientation.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SaveOrientation()
Public Sub SaveOrientation
public:
void SaveOrientation()
member SaveOrientation : unit -> unit
Exceptions
Remarks
The View3D will be oriented to its saved orientation on file open.
To save the orientation of the default View3D, first rename the default View3D.
See Also