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