Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Viewport Class / SaveView Method
Will hold a copy of the active Camera object

In This Topic
    SaveView Method (Viewport)
    In This Topic
    Stores the current view.
    Syntax
    'Declaration
     
    Public Sub SaveView( _
       ByRef saved As Camera _
    ) 
    public void SaveView( 
       out Camera saved
    )

    Parameters

    saved
    Will hold a copy of the active Camera object
    See Also