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


ISceneBookmarks2.MoveBookmarkTo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneBookmarks2.MoveBookmarkTo Method

Moves a bookmark in the collection.

[Visual Basic .NET]
Public Sub MoveBookmarkTo ( _
    ByVal bookmark As IBookmark3D, _
    ByVal index As Integer _
)
[C#]
public void MoveBookmarkTo (
    IBookmark3D bookmark,
    int index
);
[C++]
HRESULT MoveBookmarkTo(
  IBookmark3D* bookmark,
  long index
);
[C++]

Parameters bookmark [in]
bookmark is a parameter of type IBookmark3D index [in] index is a parameter of type long

Product Availability

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

See Also

ISceneBookmarks2 Interface