|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGroupElement2
Provides access to members that control the Group element.
| Method Summary | |
|---|---|
void |
addElement(IElement element)
Adds the given element to the group. |
void |
clearElements()
Removes all elements from the group. |
void |
deleteElement(IElement element)
Removes the given element from the group. |
IElement |
getElement(int index)
Element at the given index of the group. |
int |
getElementCount()
Number of elements in the group. |
IEnumElement |
getElements()
Elements in the group. |
void |
refresh()
Let the group know that there has been a change in one or more of the sub-elements. |
void |
setElementsByRef(IEnumElement elements)
Elements in the group. |
| Method Detail |
|---|
IEnumElement getElements()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setElementsByRef(IEnumElement elements)
throws IOException,
AutomationException
elements - A reference to a com.esri.arcgis.carto.IEnumElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getElementCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IElement 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 addElement(IElement element)
throws IOException,
AutomationException
element - A reference to a com.esri.arcgis.carto.IElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteElement(IElement element)
throws IOException,
AutomationException
element - A reference to a com.esri.arcgis.carto.IElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearElements()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refresh()
throws IOException,
AutomationException
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 | ||||||||