com.esri.arcgis.carto
Interface dimError

All Superinterfaces:
java.io.Serializable

public interface dimError
extends java.io.Serializable

Constants from dimError' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Dimensioning Error Codes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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