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