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


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

IMapServerInfo4.Bookmarks Property

The published bookmarks for the map.

[Visual Basic .NET]
Public ReadOnly Property Bookmarks As IMapServerBookmarks
[C#]
public IMapServerBookmarks Bookmarks {get;}
[C++]
HRESULT get_Bookmarks(
  IMapServerBookmarks** Bookmarks
);
[C++]

Parameters Bookmarks [out, retval]
Bookmarks is a parameter of type IMapServerBookmarks

Product Availability

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

See Also

IMapServerInfo4 Interface