| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapServerBookmarks
Provides access to the Map Server Bookmarks Interface.
| Method Summary | |
|---|---|
 void | 
add(IMapServerBookmark bookmark)
Adds a bookmark.  | 
 int | 
getCount()
The bookmark count.  | 
 IMapServerBookmark | 
getElement(int index)
The bookmark at the specified position.  | 
 void | 
insert(int index,
       IMapServerBookmark bookmark)
Adds a bookmark at the specified position.  | 
 void | 
remove(int index)
Removes the bookmark at the specified position.  | 
 void | 
removeAll()
Removes all bookmarks.  | 
| Method Detail | 
|---|
int getCount()
             throws IOException,
                    AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMapServerBookmark getElement(int index)
                              throws IOException,
                                     AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(int index)
            throws IOException,
                   AutomationException
index - The index  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
               throws IOException,
                      AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void add(IMapServerBookmark bookmark)
         throws IOException,
                AutomationException
bookmark - A reference to a com.esri.arcgis.carto.IMapServerBookmark  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
            IMapServerBookmark bookmark)
            throws IOException,
                   AutomationException
index - The index  (in)bookmark - A reference to a com.esri.arcgis.carto.IMapServerBookmark  (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 | ||||||||