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


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

IDimensionStyleDialog Interface

Provides access to members that control the dimension styles dialog.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method DoModal Displays the dialog used to define a new dimension style.
Write-only property ReadOnly Indicates if the dimension style dialog shouild be opened in read-only mode.

Classes that implement IDimensionStyleDialog

Classes Description
DimensionStyleDialog A property page for creating new dimension styles.

Remarks

Use IDimensionStyleDialog when you want to create a dimension style in an existing dimension feature class.  If you want to display existing dimension style properties without allowing changes set the ReadOnly property to TRUE.

See Also

IDimensionStyles Interface