Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SetView Method / SetView(viewType) Method
View type

In This Topic
    SetView(viewType) Method
    In This Topic
    Sets the specified view in the active viewport.
    Syntax
    'Declaration
     
    Public Overloads Sub SetView( _
       ByVal view As viewType _
    ) 
    public void SetView( 
       viewType view
    )

    Parameters

    view
    View type
    See Also