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

In This Topic
    SaveView(Camera) Method
    In This Topic
    Stores the current view in the active viewport.
    Syntax
    'Declaration
     
    Public Overloads 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