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


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

IDimensionStyleImportDialog.DoModalSelect Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

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.

See Also

IDimensionStyleImportDialog Interface