Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewCubeIcon Class / SetView Method
The viewport
The view orientation

In This Topic
    SetView Method (ViewCubeIcon)
    In This Topic
    Sets the viewport orientation.
    Syntax
    'Declaration
     
    Protected Overridable Sub SetView( _
       ByVal viewport As Viewport, _
       ByVal viewOrientation As viewType _
    ) 
    protected virtual void SetView( 
       Viewport viewport,
       viewType viewOrientation
    )

    Parameters

    viewport
    The viewport
    viewOrientation
    The view orientation
    Remarks
    This method is called after clicking on the ViewCubeIcon, only if the Click event was not subscribed.
    See Also