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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Remarks
Positive values for degrees will rotate the observer clockwise around the target, negative values counter-clockwise.