com.esri.arcgis.datasourcesraster
Interface IRasterStatus3

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterStatus

public interface IRasterStatus3
extends Serializable

Provides access to members that control the raster status 3.

Product Availability

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


Method Summary
 boolean isSuspend()
          The status to be suspended.
 void setSuspend(boolean b)
          The status to be suspended.
 

Method Detail

setSuspend

void setSuspend(boolean b)
                throws IOException,
                       AutomationException
The status to be suspended.

Product Availability

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

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

isSuspend

boolean isSuspend()
                  throws IOException,
                         AutomationException
The status to be suspended.

Product Availability

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

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