com.esri.arcgis.datasourcesraster
Interface esriRasterLoaderError

All Superinterfaces:
Serializable

public interface esriRasterLoaderError
extends Serializable

Error codes for the IRasterLoaderError event source.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int E_RASTERLOADER_FAILED_TO_LOAD
          Failed to load raster.
static int E_RASTERLOADER_UNKNOWN_ERROR
          Unknown error.
 

Field Detail

E_RASTERLOADER_FAILED_TO_LOAD

static final int E_RASTERLOADER_FAILED_TO_LOAD
Failed to load raster.

See Also:
Constant Field Values

E_RASTERLOADER_UNKNOWN_ERROR

static final int E_RASTERLOADER_UNKNOWN_ERROR
Unknown error.

See Also:
Constant Field Values