Applies the specified tilt angle to the map display.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public void TiltTo(
	double angle
)
Visual Basic (Declaration)
Public Sub TiltTo ( _
	angle As Double _
)

Parameters

angle
Type: System..::.Double

The tilt angle to apply to the display; values range between a maximum of 90 (looking straight down) and a minimum of -25.

Remarks

Tilt is only applicable to 3D display mode; it is the angle between the horizon and the observer position, for example when looking from above directly down onto the earths surface, the tilt value is 90 degrees. Use this method to tilt the display to a specific angle. Tilt is restricted between a minimum -25 degrees (looking upward) up to a maximum of 90 degrees (looking straight down).

See Also