Provides access to the Map Image Interface.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use IMapImage to access properties of an ExportMapImage result.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IImageResult | Provides access to the Image Result Interface. |
CoClasses that implement IMapImage
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. |
Remarks
The MapImage coclass is a subclass of ImageResult and will inherit all IImageResult properties.