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