Environment.SetView (Quaternion, Point3D, Double, Double, Boolean) Method

Sets the specified view in the active viewport.
Public Sub SetView( _ 
ByVal rotation As Quaternion, _ 
ByVal target As Point3D, _ 
ByVal distance As Double, _ 
ByVal zoomFactor As Double, _ 
ByVal animate As Boolean
)
This language is not supported or no code example is available.
public void SetView( 
Quaternion rotation
Point3D target
double distance
double zoomFactor
bool animate 
)
This language is not supported or no code example is available.

Parameters

rotation
Quaternion

The new camera rotation

target
Point3D

The new cameratarget

distance
double

The new cameradistance

zoomFactor
double

The new camera zoomFactor

animate
bool

If true performs an animation when changing the view

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition