This document is archived and information here might be outdated.  Recommended version.


IMapBookmarks Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapBookmarks Interface
ArcGIS Developer Help

IMapBookmarks Interface

Provides access to members that control the map bookmarks.

Product Availability

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

Members

Name Description
Method AddBookmark Adds a bookmark to the collection.
Read-only property Bookmarks The bookmarks.
Method RemoveAllBookmarks Removes all bookmarks.
Method RemoveBookmark Removes a bookmark from the collection.

Classes that implement IMapBookmarks

Classes Description
Map A container for the display and manipulation of map data.

Remarks

The collection of bookmarks in the map.

See the help for ISpatialBookmark and the examples in the Carto library overview.

.NET Samples

Add a custom bookmarks MultiItem to the ToolbarControl Add a custom bookmarks MultiItem to the ToolbarControl