This document is archived and information here might be outdated. Recommended version. |
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