The collection of maps in the document.
[Visual Basic 6.0] Property Maps As IMaps
[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