view restore

Restores the current view parameters with the memorized view name.

Syntax

view restore <name>

view restore lastrestoredview

Arguments

<name>
The name of the view to restore.
lastrestoredview
Restore the last previously selected view.
Note: This option is displayed in Intellisense only if a view was previously selected.

Example

Restore the view "View 2":
view restore "View 2"
Restore the last previously selected view:
view restore lastrestoredview