Viewport.RotateCamera (Vector3D, Vector3D, Boolean) Method

Rotates the view of the specified amount.
Public Overridable Sub RotateCamera( _ 
ByVal last As Vector3D, _ 
ByVal current As Vector3D, _ 
ByVal animate As Boolean
)
This language is not supported or no code example is available.
public virtual void RotateCamera( 
Vector3D last
Vector3D current
bool animate 
)
This language is not supported or no code example is available.

Parameters

last
Vector3D

Previous axis

current
Vector3D

Current axis

animate
bool

If true performs an animation when changing the view

.NET Framework

Supported in: 4.8

In this article

Definition