Management of dimension feature class properties

Dimension feature class properties are managed through the Catalog view in ArcGIS Pro.

The Feature Class Properties dialog box is used to set the alias and the spatial and attribute indexes and view the present version of the dimension feature class, while the Dimension Feature Class Properties pane is used to view and manage properties unique to dimension feature classes—reference scale and dimension styles.

To open these, right-click a dimension feature class in the Catalog pane or Catalog view and click either Properties to open the Feature Class Properties dialog box or Dimension Feature Class Properties to open the Dimension Feature Class Properties pane. Note that some properties are editable, while others are read-only.

Use the Fields view to manage the fields associated with a dimension feature class. You can edit the fields list, subtypes, and domains of a dimension feature class from the view.

Fields

The Fields view lists the fields in the dimension feature class. The following fields are required and can't be deleted:

Field nameDescription

OBJECTID

ID of the object.

SHAPE

Polygon shape representing the outline of the dimension feature.

DIMLENGTH

Length of the dimension line.

BEGINX

X-coordinate of the start dimension point.

BEGINY

Y-coordinate of the start dimension point.

ENDX

X-coordinate of the end dimension point.

ENDY

Y-coordinate of the end dimension point.

DIMX

X-coordinate of the dimension line height.

DIMY

Y-coordinate of the dimension line height.

TEXTX

X-coordinate of the text point (null if the text has not been moved relative to the dimension feature).

TEXTY

Y-coordinate of the text point (null if the text has not been moved relative to the dimension feature).

DIMTYPE

A value of 0 indicates an aligned dimension that displays the distance between the measure points; 1 indicates a linear dimension that displays the distance between the extension lines.

EXTANGLE

Extension line angle.

STYLEID

ID of the dimension style.

This value is the number of the dimension style in the style collection and is normally a value greater than or equal to 0.

Learn more about dimension styles

USECUSTOMLENGTH

A value of 0 indicates that the feature's length is used for the dimension text; 1 indicates that a custom value is used for the dimension text.

CUSTOMLENGTH

Value used for the dimension text if USECUSTOMLENGTH is 1.

DIMDISPLAY

Null indicates that both dimension lines are displayed, 1 indicates that only the start dimension line is displayed, 2 indicates that only the end dimension line is displayed, and 3 indicates that none of the dimension lines are displayed.

EXTDISPLAY

Null indicates that both extension lines are displayed, 1 indicates that only the start extension line is displayed, 2 indicates that only the end extension line is displayed, and 3 indicates that none of the extension lines are displayed.

MARKERDISPLAY

Null indicates that both dimension line end arrow markers are displayed, 1 indicates that only the start dimension line end arrow marker is displayed, 2 indicates that only the end dimension line end arrow marker is displayed, and 3 indicates that none of the dimension line end arrow markers are displayed.

TEXTANGLE

Rotation angle of the text specified in radians. You can rotate the text separately only if you have defined a dimension style that does not have the text set to be parallel with the dimension line.

Shape_length

Length of the polygon shape.

Shape_area

Area of the polygon shape.

Reference scale

The reference scale is read-only in the Dimension Feature Class Properties pane.

Learn more about reference scales

Dimension styles

The Dimension Styles group in the Dimension Feature Class Properties pane allows you to manage the dimension styles. The dimension style collection lists the predefined dimension styles you can assign to dimension features when creating or editing them in ArcGIS Pro. Each dimension feature has an associated dimension style in the list. When a dimension style is edited in the Dimension Feature Class Properties pane, the original symbol is kept and a new symbol is created in the collection. You can delete a dimension style, but any features that reference it will be drawn with a red box when displayed. To view the properties of a dimension style, click the Copy dimension style button Copy and edit this dimension style and access the properties with any of the controls in the pane. To create a style for use in the dimension feature class, click the Add dimension style button.

Upgrade dimension feature classes

Caution:

Always create a backup before upgrading.

At ArcGIS Pro 3.0, the storage of dimension feature classes supports the full cartographic model of ArcGIS Pro. If you created dimension feature classes in a previous version, you can display and query them, and may have partial editing access. See the chart below for information. Once upgraded, you can no longer use the dimension feature class in previous versions. Feature classes in the same feature dataset as the upgraded dimension feature classes are also read-only in previous versions.

Learn more about upgrading dimension feature classes

ArcGIS versionArcGIS Desktop dimensionsArcGIS Pro dimensions 2.xArcGIS Pro dimensions 3.x
ArcGIS Desktop

10.x

Full read, modify, and write access.

Not supported. Any feature class in the same feature dataset will be read-only.

Not supported. Any feature class in the same feature dataset will be read-only.

ArcGIS Pro

1.x

Read-only access.

Not supported. Any feature class in the same feature dataset will be read-only.

Not supported. Any feature class in the same feature dataset will be read-only.

ArcGIS Pro

2.x

Read-only access.

Full read, modify, and write access.

Not supported. Any feature class in the same feature dataset will be read-only.

ArcGIS Pro 3.x

Read-only access.

Full read access. Partial modify and write access. It may be downgraded based on symbols and dimension properties used.

Full read, modify, and write access.

Related topics