Gets the viewing angle between the horizon and the observer position.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public double TiltAngle { get; }
Visual Basic (Declaration)
Public ReadOnly Property TiltAngle As Double

Field Value

The current tilt angle in degrees; values range between a maximum of 90 (looking straight down) and a minimum of -25.

Remarks

The maximum tilt angle of 90 means the observer is directly on top of the target, looking straight down. In 2D display mode tilting is your view onto the map is not possible and therefore this property will always return 90. A tilt angle of 0 means the observer is looking horizontally, and negative values indicate that the observer is looking upward toward the sky. The minimum tilt angle is -25.

See Also