This document is archived and information here might be outdated. Recommended version. |
Removes a bookmark from the collection.
[Visual Basic .NET] Public Sub RemoveBookmark ( _ ByVal bookmark As IBookmark3D _ )
[C#] public void RemoveBookmark ( IBookmark3D bookmark );
[C++]
HRESULT RemoveBookmark(
IBookmark3D* bookmark
);
[C++] Parameters bookmark [in]
bookmark is a parameter of type IBookmark3D*