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.