This document is archived and information here might be outdated.  Recommended version.


ICamera.Rotate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICamera Interface > ICamera.Rotate Method
ArcGIS Developer Help

ICamera.Rotate Method

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.

See Also

ICamera Interface