ViewCubeIcon.SetView Method

Sets the viewport orientation.
Protected Overridable Sub SetView( _ 
ByVal viewport As Viewport, _ 
ByVal viewOrientation As viewType
)
This language is not supported or no code example is available.
protected virtual void SetView( 
Viewport viewport
viewType viewOrientation 
)
This language is not supported or no code example is available.

Parameters

viewport
Viewport

The viewport

viewOrientation
viewType

The view orientation

Remarks
 
This method is called after clicking on the ViewCubeIcon, only if the Click event was not subscribed.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition