com.esri.arcgis.datasourcesraster
Interface IRasterCommands

All Superinterfaces:
Serializable

public interface IRasterCommands
extends Serializable

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

Product Availability

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


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

Method Detail

next

IRasterCommand 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.IRasterCommand
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.