com.esri.arcgis.carto
Interface IEnumMap

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumMapProxy

public interface IEnumMap
extends Serializable

Provides access to members that control the map enumerator.

Remarks

IEnumMap provides access to an enumeration of maps as would be returned by IMxDocument::Maps.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IMap next()
          Returns the next map.
 void reset()
          Resets the enumerator.
 

Method Detail

next

IMap next()
          throws IOException,
                 AutomationException
Returns the next map.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.carto.IMap
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.