This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Rotate Method (ArcObjects .NET 10.4 SDK) |
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.