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


IMxdServer.Bookmarks Property (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

IMxdServer Interface