Viewport.SetView (Quaternion, Boolean, Boolean) Method

Sets the specified view.
Public Sub SetView( _ 
ByVal rotation As Quaternion, _ 
ByVal fit As Boolean, _ 
ByVal animate As Boolean
)
This language is not supported or no code example is available.
public void SetView( 
Quaternion rotation
bool fit
bool animate 
)
This language is not supported or no code example is available.

Parameters

rotation
Quaternion

View rotation

fit
bool

If true fits the view

animate
bool

If true performs an animation when changing the view

.NET Framework

Supported in: 4.8

In this article

Definition