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