Map Image Edit Interface
Members
| 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. | 
|  | MimeType | The MIME type of the generated image. | 
|  | ReferenceDPI | The device resolution of the image specified in the request. | 
|  | 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. | 
IMapImageEdit.MapExtent Property
The geographic extent of the map that is fitted to the height and width of the generated image.
Public WriteOnly Property MapExtent
public void MapExtent {set;}
IMapImageEdit.MapScale Property
The scale of the generated map image.
Public WriteOnly Property MapScale
public void MapScale {set;}
IMapImageEdit.VisibleLayers Property
Array of the visible layers drawn for the generated map scale.
Public WriteOnly Property VisibleLayers
public void VisibleLayers {set;}
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IImageResultEdit | Image Result Edit Interface | 
Classes that implement IMapImageEdit
| Classes | Description | 
|---|---|
| MapImage | The Map Image coclass contains information about the generated map image. |