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


ILayoutImage.MapImages Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayoutImage Interface > ILayoutImage.MapImages Property
ArcGIS Developer Help

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