Applies the specified tilt angle to the map display, relative to the current tilt angle.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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).

See Also

Relate Topics:
  BeginTrackPoint Method
  BeginTrackPolygon Method
  BeginTrackPolyline Method
  BeginTrackVector Method
  CancelTracking Method
  ConvertAltitudeToMapScale Method
  ConvertMapScaleToAltitude Method
  ConvertMapScaleToZoomLevel Method
  ConvertToMapPoint Method
  ConvertToScreenPoint Method
  ConvertZoomLevelToMapScale Method
  GetBitmap Method
  GetSurfaceElevation Method
  GetViewpoint Method
  HidePopups Method
  ResetRotation Method
  ResetTilt Method
  Rotate Method
  RotateTo Method
  SuspendDisplay Method
  TiltTo Method
  TrackPoint Method
  TrackPolygon Method
  TrackPolyline Method
  TrackVector Method
  ZoomTo Method
  ZoomToFullExtent Method
  ZoomToMapScale Method
Created by Atop CHM to web converter,© 2009 all right reserved.