This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionStyleDialog Interface > IDimensionStyleDialog.DoModal Method (ArcObjects .NET 10.5 SDK) |
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.