com.esri.arcgis.carto
Interface IEnumSpatialBookmark

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumSpatialBookmarkProxy

public interface IEnumSpatialBookmark
extends Serializable

Provides access to members that control the spatial bookmark list.

Remarks

IEnumSpatialBookmark provides access to an enumeration of bookmarks as returned by IMapBookmarks::Bookmarks.

Product Availability

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


Method Summary
 ISpatialBookmark next()
          Returns the next spatial bookmark.
 void reset()
          Resets the enumerator.
 

Method Detail

next

ISpatialBookmark next()
                      throws IOException,
                             AutomationException
Returns the next spatial bookmark.

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