This document is archived and information here might be outdated.  Recommended version.


ILayoutImage.MapImages Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILayoutImage.MapImages Property

A collection of MapImage objects contained in the layout. There will be one MapImage object returned for each data frame.

[Visual Basic .NET]
Public ReadOnly Property MapImages As IMapImages
[C#]
public IMapImages MapImages {get;}
[C++]
HRESULT get_MapImages(
  IMapImages** MapImages
);
[C++]

Parameters MapImages [out, retval]
MapImages is a parameter of type IMapImages

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILayoutImage Interface