This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMxDocument Interface > IMxDocument.Maps Property (ArcObjects .NET 10.4 SDK) |
The collection of maps in the document.
[Visual Basic .NET] Public ReadOnly Property Maps As IMaps
[C#] public IMaps Maps {get;}
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.
IMxDocument Interface | IMaps Interface