|  | This document is archived and information here might be outdated. Recommended version. | 
Rotates the observer horizontally around the target by a given angle in degrees.
[Visual Basic .NET]
Public Sub Rotate ( _
    ByVal Angle As Double _
)
[C#]
public void Rotate (
    double Angle
);
[C++]
HRESULT Rotate(
  double Angle
);
[C++] Parameters Angle [in]
Angle is a parameter of type double
Positive values for degrees will rotate the observer clockwise around the target, negative values counter-clockwise.