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