|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGraphicElements
Provides access to members that control the Graphic Elements object.
| Method Summary | |
|---|---|
void |
add(IGraphicElement element)
Add a graphic element. |
int |
getCount()
The graphic element count. |
IGraphicElement |
getElement(int index)
The graphic element at the specified position. |
void |
insert(int index,
IGraphicElement element)
Add a graphic element at the specified posiiton. |
void |
remove(int index)
Remove the graphic element at the specified position. |
void |
removeAll()
Remove all graphic elements. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGraphicElement 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(IGraphicElement element)
throws IOException,
AutomationException
element - A reference to a com.esri.arcgis.carto.IGraphicElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
IGraphicElement element)
throws IOException,
AutomationException
index - The index (in)element - A reference to a com.esri.arcgis.carto.IGraphicElement (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 | ||||||||