Displays the dialog used to define a new dimension style.
[Visual Basic .NET] Public Function DoModal ( _ ByVal FeatureClass As IFeatureClass, _ ByVal copyStyle As IDimensionStyle, _ ByVal hWndParent As Integer _ ) As IDimensionStyle
[C#] public IDimensionStyle DoModal ( IFeatureClass FeatureClass, IDimensionStyle copyStyle, int hWndParent );
Product Availability
Available with ArcGIS Desktop.
Remarks
The copyStyle argument is not required to use the DoModal method. If no copyStyle is specified, the dialog will be populated with the system dimension style properties instead of using the dimension style as the template style.