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

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

    Parameters

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