Eyeshot 10 WinForms API Reference
SetView Method (ReadAutodesk)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadAutodesk Class : SetView Method
The viewport on which to set the view
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

Reference

ReadAutodesk Class
ReadAutodesk Members