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


IDimensionStyle Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyle Interface
ArcGIS Developer Help

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

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

Classes that implement IDimensionStyle

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