Applies the specified tilt angle to the map display, relative to the current tilt angle.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void Tilt( double relativeAngle ) |
Visual Basic (Declaration) |
---|
Public Sub Tilt ( _ relativeAngle As Double _ ) |
Parameters
- relativeAngle
- Type: System..::.Double
The tilt angle to apply to the display, relative to the current tilt angle.
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 relative
to the current tilt angle. Tilt is restricted between a minimum -25 degrees (looking upward) up to a maximum of 90 degrees (looking straight down).