com.esri.arcgis.geodatabaseui
Interface esriCalculatorErrorType

All Superinterfaces:
Serializable

public interface esriCalculatorErrorType
extends Serializable

ESRI Calculator Error Types.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriCalculatorErrorAllEmptyVal
          All calculated values are invalid.
static int esriCalculatorErrorCode
          Error running VB/A code.
static int esriCalculatorErrorEmptyVal
          Empty value error (e.g.
static int esriCalculatorErrorNoScript
          No script environment(VB/A) installed.
static int esriCalculatorErrorParse
          Error parsing expression.
static int esriCalculatorErrorPutValue
          Error putting calculated value into the specified field.
static int esriCalculatorErrorStore
          Error storing calculated value into the specified field.
 

Field Detail

esriCalculatorErrorNoScript

static final int esriCalculatorErrorNoScript
No script environment(VB/A) installed.

See Also:
Constant Field Values

esriCalculatorErrorParse

static final int esriCalculatorErrorParse
Error parsing expression.

See Also:
Constant Field Values

esriCalculatorErrorCode

static final int esriCalculatorErrorCode
Error running VB/A code.

See Also:
Constant Field Values

esriCalculatorErrorEmptyVal

static final int esriCalculatorErrorEmptyVal
Empty value error (e.g. calculated value is invalid for the specified field).

See Also:
Constant Field Values

esriCalculatorErrorPutValue

static final int esriCalculatorErrorPutValue
Error putting calculated value into the specified field.

See Also:
Constant Field Values

esriCalculatorErrorStore

static final int esriCalculatorErrorStore
Error storing calculated value into the specified field.

See Also:
Constant Field Values

esriCalculatorErrorAllEmptyVal

static final int esriCalculatorErrorAllEmptyVal
All calculated values are invalid.

See Also:
Constant Field Values