Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class / SetView Method
The viewport on which to set the view

In This Topic
    SetView Method (ReadAutodesk)
    In This Topic
    Sets the view read from the file on the given viewport.
    Syntax
    'Declaration
     
    Public Function SetView( _
       ByVal viewport As Viewport _
    ) As Boolean
    public bool SetView( 
       Viewport viewport
    )

    Parameters

    viewport
    The viewport on which to set the view

    Return Value

    True if the operation was successful, false otherwise.
    See Also