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


IBookmark3D Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IB > IBookmark3D Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

IBookmark3D Interface

Provides access to members than control bookmarks in 3D.

Product Availability

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

Members

Name Description
Method Apply Applies bookmark to given viewer.
Method Capture Copies bookmark properties from given camera.
Read/write property Name The name of the 3D bookmark.

CoClasses that implement IBookmark3D

CoClasses and Classes Description
Bookmark3D The 3D bookmark coclass.

Remarks

A 3D bookmark is analogous to a 2D bookmark that is used in ArcMap, except it is used in ArcScene.  This interface is responsible for managing 3D bookmarks in the scene.

.NET Snippets

Navigate Scene to Bookmark3D | Remove Bookmark3D from SceneBookmarks | Zoom to 3D Bookmark | Add Bookmark3D to SceneBookmarks

.NET Samples

Navigating around the SceneControl (Code Files: SceneNavigateAndBookmarks)

.NET Related Topics

How to create and zoom to a bookmark in globe