com.esri.arcgis.carto
Interface IEnumMapSurround

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumMapSurroundProxy

public interface IEnumMapSurround
extends Serializable

Provides access to members that control the map surround enumerator.

Product Availability

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


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

Method Detail

next

IMapSurround next()
                  throws IOException,
                         AutomationException
Returns the next map surround.

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.IMapSurround
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.