This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobe Interface > IARGlobe.Pitch Property (ArcObjects .NET 10.5 SDK) |
The pitch of the observer in degrees.
[Visual Basic .NET] Public Property Pitch As Double
[C#] public double Pitch {get; set;}
Pitch is an angle between the line of sight, and the tangent of the observer�s imaginary circular orbit.
2048: The pitch angle must be between 0 and 180 degrees inclusive.
Setting the ARGlobe::Pitch=0 will orientate the observer to look straight down towards the ARGlobe surface, likewise, setting the ARGlobe::Pitch=180 will orientate the observer to look straight up away from the ARGlobe surface.