com.esri.arcgis.datasourcesraster
Interface IUniqueMutliStringValues

All Superinterfaces:
Serializable
All Known Implementing Classes:
UniqueValues

public interface IUniqueMutliStringValues
extends Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int add(Object stringArray, int count)
          add
 void delete(Object stringArray)
          delete
 

Method Detail

add

int add(Object stringArray,
        int count)
        throws IOException,
               AutomationException
add

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
stringArray - A Variant (in)
count - The count (in)
Returns:
The index
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

void delete(Object stringArray)
            throws IOException,
                   AutomationException
delete

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
stringArray - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.