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