|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISceneBookmarks
Provides access to members that control the scene bookmarks.
Method Summary | |
---|---|
void |
addBookmark(IBookmark3D pBookmark)
Adds a bookmark to the collection. |
void |
findBookmark(String name,
IBookmark3D[] ppBookmark)
Finds a bookmark by name. |
int |
getBookmarkCount()
The number of bookmarks. |
IArray |
getBookmarks()
The bookmarks. |
void |
loadBookmarks(IStream pStm)
Load the bookmarks from a stream. |
void |
removeAllBookmarks()
Removes all bookmarks. |
void |
removeBookmark(IBookmark3D bookmark)
Removes a bookmark from the collection. |
void |
saveBookmarks(IStream pStm)
Save the bookmarks to a stream. |
Method Detail |
---|
IArray getBookmarks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addBookmark(IBookmark3D pBookmark) throws IOException, AutomationException
pBookmark
- A reference to a com.esri.arcgis.analyst3d.IBookmark3D (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void findBookmark(String name, IBookmark3D[] ppBookmark) throws IOException, AutomationException
name
- The name (in)ppBookmark
- A reference to a com.esri.arcgis.analyst3d.IBookmark3D (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeBookmark(IBookmark3D bookmark) throws IOException, AutomationException
bookmark
- A reference to a com.esri.arcgis.analyst3d.IBookmark3D (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAllBookmarks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBookmarkCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void saveBookmarks(IStream pStm) throws IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void loadBookmarks(IStream pStm) throws IOException, AutomationException
pStm
- A reference to a com.esri.arcgis.system.IStream (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 |