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


IMxdServer.Bookmarks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMxdServer.Bookmarks Property

The spatial bookmarks saved with the specified map, if any.

[Visual Basic .NET]
Public Function get_Bookmarks ( _
    ByVal MapName As String _
) As IEnumSpatialBookmark
[C#]
public IEnumSpatialBookmark get_Bookmarks (
    string MapName
);
[C++]
HRESULT get_Bookmarks(
  BSTR MapName,
  IEnumSpatialBookmark** Bookmarks
);
[C++]

Parameters MapName [in] MapName is a parameter of type BSTR Bookmarks [out, retval]
Bookmarks is a parameter of type IEnumSpatialBookmark

Product Availability

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

See Also

IMxdServer Interface