com.esri.arcgis.datasourcesraster
Interface IRasterCommandResults

All Superinterfaces:
Serializable

public interface IRasterCommandResults
extends Serializable

Provides access to member that control a list of raster command results.

Product Availability

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


Method Summary
 IRasterCommandResult next()
          Returns the next raster command.
 

Method Detail

next

IRasterCommandResult next()
                          throws IOException,
                                 AutomationException
Returns the next raster command.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterCommandResult
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.