This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionStyleImportDialog Interface > IDimensionStyleImportDialog.DoModalSelect Method (ArcObjects .NET 10.4 SDK) |
Displays the dialog used to import a single dimension style.
[Visual Basic .NET] Public Function DoModalSelect ( _ ByVal SourceClass As IFeatureClass, _ ByVal hWndParent As Integer _ ) As IDimensionStyle
[C#] public IDimensionStyle DoModalSelect ( IFeatureClass SourceClass, int hWndParent );
SourceClass is used to populate the dialog with initial values. If SourceClass does not exist or is null then the dialog is initialized with no default workspace; the user must navigate to the location of the desired dimension feature class containing the style they wish to import.