This document is archived and information here might be outdated.  Recommended version.


dimError Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Constants > D > dimError Constants
ArcGIS Developer Help

dimError Constants

Dimensioning Error Codes.

Constant Value Description
DIM_E_CONSTRUCTOR_TOOFEW_VERTICES -2147220991 Not enough vertices were added to the sketch.
DIM_E_CONSTRUCTOR_TOOMANY_VERTICES -2147220990 Too many vertices were added to the sketch.
DIM_E_UNSUPPORTED_VERSION -2147220989 The change to the dimension featureclass is not supported in the open geodatabase version.

Product Availability

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

Remarks

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

See Also

IDimensionFeature Interface