The MapDisplay type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginTrackPoint |
An asynchronous method call that executes the specified delegate and begins an operation to create a new Point at the location of the
next mouse click on the display.
| |
| BeginTrackPolygon | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new Polygon at the location of a series of
mouse clicks on the display. | |
| BeginTrackPolyline | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new Polyline at the location of a series of
mouse clicks on the display. | |
| BeginTrackVector | Overloaded. An asynchronous method call which executes the specified delegate and begins an operation to create a new vector (Polyline with two points)
at the location of a series of mouse clicks on the display. | |
| CancelTracking |
Cancels any tracking methods currently in operation.
| |
| ConvertAltitudeToMapScale |
Converts the specified altitude into an approximated map scale.
| |
| ConvertMapScaleToAltitude |
Converts the specified map scale into an approximated altitude.
| |
| ConvertMapScaleToZoomLevel |
Converts a map scale into the closest named zoom level.
| |
| ConvertToMapPoint |
Converts a point on the screen into the equivalent map location.
| |
| ConvertToScreenPoint |
Converts a map location into the equivalent screen point.
| |
| ConvertZoomLevelToMapScale |
Converts the zoom level into an equivalent map scale.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetBitmap | Overloaded. Returns a bitmap of the current display with the specified properties. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSurfaceElevation |
Gets the surface elevation at a specified location.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetViewpoint |
Gets the viewing position for the map display.
| |
| HidePopups |
Hides popup windows that are visible in the application.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResetRotation |
Resets the rotation angle of the display to 0 degrees, so that map orientation is North-up.
| |
| ResetTilt |
Resets the tilt angle of the display to 90 degrees, looking straight down.
| |
| Rotate |
Sets the rotation of the map, relative to the current rotation.
| |
| RotateTo | Overloaded. | |
| SuspendDisplay |
Disables any redrawing of the map display.
| |
| Tilt |
Applies the specified tilt angle to the map display, relative to the current tilt angle.
| |
| TiltTo |
Applies the specified tilt angle to the map display.
| |
| ToString | (Inherited from Object.) | |
| TrackPoint | Overloaded. Returns a new Point at the location of a mouse click on the display. | |
| TrackPolygon | Overloaded. Returns a new Polygon at the location of a series of mouse clicks on the display. | |
| TrackPolyline | Overloaded. Returns a new Polyline at the location of a series of mouse clicks on the display. | |
| TrackVector | Overloaded. Returns a new vector (Polyline with two points) at the location of two mouse clicks on the display. | |
| ZoomTo | Overloaded. Zooms to and centers the map on a specified geographic entity. | |
| ZoomToFullExtent |
Zooms to the combined extent of the layers contained in the map, including the basemap.
| |
| ZoomToMapScale | Overloaded. |

