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


IMxDocument.Maps Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

IMxDocument.Maps Property

The collection of maps in the document.

[Visual Basic .NET]
Public ReadOnly Property Maps As IMaps
[C#]
public IMaps Maps {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The map document has a collection of Map objects which are accessible through this property.  The reference IMaps is typically used to add and delete maps from the collection. 

See the FocusMap property on this interface for accessing just the one map with focus.

See Also

IMxDocument Interface | IMaps Interface

.NET Samples

Implementing an XML builder external component (Code Files: XMLDocImpl) | Schematic diagram auto refresh (Code Files: FormAutorefresh)