Viewport.RestoreView Method

Restores the previously saved view.
Public Sub RestoreView( _ 
ByVal saved As Camera
)
This language is not supported or no code example is available.
public void RestoreView( 
Camera saved 
)
This language is not supported or no code example is available.

Parameters

saved
Camera

The Camera object previously initializiated by SaveView

Remarks
 
If Environment.AnimateCamera is true, the operation animates the Camera using the time interval specified by Environment.AnimateCameraDuration.

.NET Framework

Supported in: 4.8

In this article

Definition