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


INavigate3DView.Rotate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

INavigate3DView.Rotate Method

Adjusts the Camera's azimuth (heading) and inclination.

[Visual Basic .NET]
Public Sub Rotate ( _
    ByVal azi As Double, _
    ByVal incl As Double, _
    ByVal Roll As Double _
)
[C#]
public void Rotate (
    double azi,
    double incl,
    double Roll
);
[C++]
HRESULT Rotate(
  double azi,
  double incl,
  double Roll
);
[C++]

Parameters azi azi is a parameter of type double incl incl is a parameter of type double Roll Roll is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INavigate3DView Interface