com.esri.arcgis.carto
Interface dimError

All Superinterfaces:
Serializable

public interface dimError
extends Serializable

Dimensioning Error Codes.

Remarks

This enumeration defines the dimension errors that may be thrown when editing and creating dimension features.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int DIM_E_CONSTRUCTOR_TOOFEW_VERTICES
          Not enough vertices were added to the sketch.
static int DIM_E_CONSTRUCTOR_TOOMANY_VERTICES
          Too many vertices were added to the sketch.
static int DIM_E_UNSUPPORTED_VERSION
          The change to the dimension featureclass is not supported in the open geodatabase version.
 

Field Detail

DIM_E_CONSTRUCTOR_TOOFEW_VERTICES

static final int DIM_E_CONSTRUCTOR_TOOFEW_VERTICES
Not enough vertices were added to the sketch.

See Also:
Constant Field Values

DIM_E_CONSTRUCTOR_TOOMANY_VERTICES

static final int DIM_E_CONSTRUCTOR_TOOMANY_VERTICES
Too many vertices were added to the sketch.

See Also:
Constant Field Values

DIM_E_UNSUPPORTED_VERSION

static final int DIM_E_UNSUPPORTED_VERSION
The change to the dimension featureclass is not supported in the open geodatabase version.

See Also:
Constant Field Values