|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILegendGroups
Provides access to the Legend Groups Interface.
| Method Summary | |
|---|---|
void |
add(ILegendGroup legendGroup)
Add a legend group. |
int |
getCount()
The legend group count. |
ILegendGroup |
getElement(int index)
Legend group at the specified position. |
void |
insert(int index,
ILegendGroup legendGroup)
Add a legend group at the specified posiiton. |
void |
remove(int index)
Legend group at the specified position. |
void |
removeAll()
Remove all legend groups. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILegendGroup 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(ILegendGroup legendGroup)
throws IOException,
AutomationException
legendGroup - A reference to a com.esri.arcgis.carto.ILegendGroup (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
ILegendGroup legendGroup)
throws IOException,
AutomationException
index - The index (in)legendGroup - A reference to a com.esri.arcgis.carto.ILegendGroup (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 | ||||||||