|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISceneBookmarks2
Provides access to members that control the scene bookmarks.
This interface is new at ArcGIS 9.3. It supersedes ISceneBookmarks.
Method Summary | |
---|---|
void |
moveBookmarkTo(IBookmark3D bookmark,
int index)
Moves a bookmark in the collection. |
void |
sortBookmarks(boolean ascending)
Sorts bookmarks in the collection. |
Methods inherited from interface com.esri.arcgis.analyst3d.ISceneBookmarks |
---|
addBookmark, findBookmark, getBookmarkCount, getBookmarks, loadBookmarks, removeAllBookmarks, removeBookmark, saveBookmarks |
Method Detail |
---|
void moveBookmarkTo(IBookmark3D bookmark, int index) throws IOException, AutomationException
bookmark
- A reference to a com.esri.arcgis.analyst3d.IBookmark3D (in)index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void sortBookmarks(boolean ascending) throws IOException, AutomationException
ascending
- The ascending (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |