Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / RestoreView Method
The Camera object previously initializiated by SaveView

In This Topic
    RestoreView Method (Viewport)
    In This Topic
    Restores the previously saved view.
    Syntax
    'Declaration
     
    Public Sub RestoreView( _
       ByVal saved As Camera _
    ) 
    public void RestoreView( 
       Camera saved
    )

    Parameters

    saved
    The Camera object previously initializiated by SaveView
    Remarks
    If ViewportLayout.AnimateCamera is true, the operation animates the Camera using the time interval specified by ViewportLayout.AnimateCameraDuration.
    See Also