com.esri.arcgis.geoanalyst
Interface esriRasterVerifyEnum

All Superinterfaces:
Serializable

public interface esriRasterVerifyEnum
extends Serializable

Verification types of the Raster environment.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriRasterVerifyError
          The verification is in error mode: produce error when the output already exists.
static int esriRasterVerifyOff
          The verification is off: overrides the existing output.
static int esriRasterVerifyOn
          The verification is on: prompts users to override the existing output.
 

Field Detail

esriRasterVerifyOff

static final int esriRasterVerifyOff
The verification is off: overrides the existing output.

See Also:
Constant Field Values

esriRasterVerifyOn

static final int esriRasterVerifyOn
The verification is on: prompts users to override the existing output.

See Also:
Constant Field Values

esriRasterVerifyError

static final int esriRasterVerifyError
The verification is in error mode: produce error when the output already exists.

See Also:
Constant Field Values