com.esri.arcgis.geoprocessing
Interface esriMdElementState

All Superinterfaces:
Serializable

public interface esriMdElementState
extends Serializable

The state of a model element.

Product Availability

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

Supported Platforms

Windows


Field Summary
static int esriMdElementHasRun
          Model element is valid and has already been run.
static int esriMdElementNotValid
          Model element is invalid.
static int esriMdElementReadyToRun
          Model element is valid and ready to run.
 

Field Detail

esriMdElementNotValid

static final int esriMdElementNotValid
Model element is invalid.

See Also:
Constant Field Values

esriMdElementReadyToRun

static final int esriMdElementReadyToRun
Model element is valid and ready to run.

See Also:
Constant Field Values

esriMdElementHasRun

static final int esriMdElementHasRun
Model element is valid and has already been run.

See Also:
Constant Field Values