This document is archived and information here might be outdated. Recommended version. |
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 );
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.