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

Sets the specified view in the active viewport by doing an animation.
Public Sub SetView( _ 
ByVal rotation As Quaternion, _ 
ByVal target As Point3D, _ 
ByVal distance As Double, _ 
ByVal zoomFactor As Double
)
This language is not supported or no code example is available.
public void SetView( 
Quaternion rotation
Point3D target
double distance
double zoomFactor 
)
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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition