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


IDimensionStyle Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDimensionStyle Interface

Provides access to members that control the properties of a dimension style.

Product Availability

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

Description

The IDimensionStyle interface is provides properties for identifying DimensionStyles.

Members

Description
Read-only property ID ID of the style.
Read/write property Name Name of the style.

CoClasses that implement IDimensionStyle

CoClasses and Classes Description
DimensionStyle A container of properties which dictate how a dimension feature is displayed.

Remarks

The ID property is read only and assigned to a DimensionStyle when it is added to a DimensionStyles collection. The Name property provides a label for the style and is set before adding a DimensionStyle to the DimensionStyles collection. The Name property must be unique within a DimensionStyles collection.

See Also

IDimensionStyles Interface | IDimensionClassExtension Interface

.NET Related Topics

Creating annotation and dimension feature classes