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


ISpatialBookmark.BookmarkType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISpatialBookmark.BookmarkType Property

Type of the bookmark.

[Visual Basic .NET]
Public ReadOnly Property BookmarkType As String
[C#]
public string BookmarkType {get;}
[C++]
HRESULT get_BookmarkType(
  BSTR* Type
);
[C++]

Parameters Type [out, retval] Type is a parameter of type BSTR

Product Availability

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

See Also

ISpatialBookmark Interface