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


ISceneBookmarks Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneBookmarks Interface
ArcGIS Developer Help

ISceneBookmarks Interface

Provides access to members that control the scene bookmarks. Note: the ISceneBookmarks interface has been superseded by ISceneBookmarks2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Members

Name Description
Method AddBookmark Adds a bookmark to the collection.
Read-only property BookmarkCount The number of bookmarks.
Read-only property Bookmarks The bookmarks.
Method FindBookmark Finds a bookmark by name.
Method LoadBookmarks Load the bookmarks from a stream.
Method RemoveAllBookmarks Removes all bookmarks.
Method RemoveBookmark Removes a bookmark from the collection.
Method SaveBookmarks Save the bookmarks to a stream.

Classes that implement ISceneBookmarks

Classes Description
Scene A container for the display and manipulation of data.

.NET Samples

Navigating around the SceneControl