com.esri.arcgis.datasourcesraster
Interface IRasterCommandResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterCommandResult

public interface IRasterCommandResult
extends Serializable

Provides access to member that control a raster command result.

Product Availability

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


Method Summary
 IRasterCommand getCommand()
          The executed command.
 void getStatus()
          The return status.
 Object getValue()
          The return value.
 void init(IRasterCommand pCommand, Object value, long status)
          Initializes a raster command result.
 

Method Detail

getCommand

IRasterCommand getCommand()
                          throws IOException,
                                 AutomationException
The executed 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.

getValue

Object getValue()
                throws IOException,
                       AutomationException
The return value.

Product Availability

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

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

void getStatus()
               throws IOException,
                      AutomationException
The return status.

Product Availability

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

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

init

void init(IRasterCommand pCommand,
          Object value,
          long status)
          throws IOException,
                 AutomationException
Initializes a raster command result.

Product Availability

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

Parameters:
pCommand - A reference to a com.esri.arcgis.datasourcesraster.IRasterCommand (in)
value - A Variant (in)
status - An error code (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.