View3DSaveOrientationAndLock Method |
Locks the view and saves its orientation
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SaveOrientationAndLock()
Public Sub SaveOrientationAndLock
public:
void SaveOrientationAndLock()
member SaveOrientationAndLock : unit -> unit
ExceptionsException | Condition |
---|
InvalidOperationException |
Returns true if the view is not a view template.
-or-
The orientation of the View3D cannot be saved.
|
See Also