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


INavigate3DView.Rotate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IN > INavigate3DView Interface > INavigate3DView.Rotate Method
ArcGIS Developer Help

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