ArcObjects Library Reference (PublisherControls)  

IARGlobe.ZoomToBookmark Method

Zooms the globe display to the bookmark.

[Visual Basic .NET]
Public Sub ZoomToBookmark ( _
    ByVal vBookmarkID As Object _
)
[C#]
public void ZoomToBookmark (
    object vBookmarkID
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Zooms to the spatial bookmark to make it visible on the display as the new viewing extent, changing the observer location.  A bookmark name, or index within the bookmark collection, can be passed as the vBookmarkID parameter.

Specify a BookmarkName or a zero-based index to zoom to a spatial bookmark. For example, to zoom to the first spatial bookmark in the collection, pass an index of 0, and to zoom to the last spatial bookmark in the layer collection, pass an index of (BookmarkCount - 1).


 

Errors Returned

2042 800A07FA: The specified bookmark index or name is invalid.
2115 800A0843: Unable to change scale when extent type is fixed scale.
2116 800A0844: Unable to change extent when extent type is fixed extent.

See Also

IARGlobe Interface