This document is archived and information here might be outdated. Recommended version. |
Provides access to the Map Image Interface.
Use IMapImage to access properties of an ExportMapImage result.
Name | Description | |
---|---|---|
Height | The height of the image in pixels. | |
MapExtent | The geographic extent of the map that is fitted to the height and width of the generated image. | |
MapScale | The scale of the generated map image. | |
MimeData | Binary data representing the generated image. | |
ReferenceDPI | The device resolution of the image specified in the request (dots per inch). | |
URL | The URL of the generated image. | |
VisibleLayers | Array of the visible layers drawn for the generated map scale. | |
Width | The width of the image in pixels. |
Interfaces | Description |
---|---|
IImageResult | Provides access to the Image Result Interface. |
CoClasses and Classes | Description |
---|---|
MapImage | The Map Image coclass contains information about the generated map image. |
SimpleMapImage | A raster that is rendered using a renderer. |
The MapImage coclass is a subclass of ImageResult and will inherit all IImageResult properties.