| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IUniqueStringValues
Provides access to members that controls unique string values.
| Method Summary | |
|---|---|
 int | 
add(String value,
    int count)
Adds a value if necessary and returns its value ID.  | 
 void | 
delete(String value)
Deletes a value.  | 
 int | 
lookup(String value)
Looks up unique index of a given value.  | 
| Method Detail | 
|---|
int lookup(String value)
           throws IOException,
                  AutomationException
value - The value  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int add(String value,
        int count)
        throws IOException,
               AutomationException
value - The value  (in)count - The count  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void delete(String value)
            throws IOException,
                   AutomationException
value - The value  (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 | ||||||||