ArcObjects Library Reference (PublisherControls)  

IARGlobe.BookmarkName Property

The name of the bookmark.

[Visual Basic .NET]
Public Function get_BookmarkName ( _
    ByVal index As Integer _
) As String
[C#]
public string get_BookmarkName (
    int index
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

A spatial bookmark consists of name and an extent. The ARGlobe manages any spatial bookmarks that are present at the time a document is published. An ARGlobe can contain any number of spatial bookmarks.

BookmarkName returns the name of the spatial bookmark at the specified index in the ARGlobe's spatial bookmark collection.

Remarks

Use a zero-based index to access a spatial bookmark. For example, to get the first spatial bookmark in the collection, pass an index of 0, and to get the last spatial bookmark in the layer collection, pass an index of (BookmarkCount - 1).

See Also

IARGlobe Interface