com.esri.arcgis.carto
Interface IMapServerBookmark

All Superinterfaces:
Serializable
All Known Implementing Classes:
MapServerBookmark

public interface IMapServerBookmark
extends Serializable

Provides access to the Map Server Bookmark Interface.

When To Use

Use IMapServerBookmark to access a specific bookmark stored in the map by name (Name). A bookmark is a stored geographic extent for a given map. New bookmarks cannot be created in the context of MapServer.

Product Availability

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


Method Summary
 String getName()
          Name of the bookmark.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the bookmark.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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