Eyeshot 10 WinForms API Reference
SetView Method (ViewCubeIcon)

WinForms Assembly > devDept.Eyeshot Namespace > ViewCubeIcon Class : SetView Method
The viewport
The view orientation
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

Reference

ViewCubeIcon Class
ViewCubeIcon Members
SetView(viewType) Method