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


IFeatureDatasetDialog.DoModalCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IF > IFeatureDatasetDialog Interface > IFeatureDatasetDialog.DoModalCreate Method
ArcGIS Developer Help

IFeatureDatasetDialog.DoModalCreate Method

Prompts the user to define a new feature dataset.

[Visual Basic .NET]
Public Function DoModalCreate ( _
    ByVal pFeatWS As IFeatureWorkspace, _
    ByVal parentWindow As Integer _
) As IFeatureDataset
[C#]
public IFeatureDataset DoModalCreate (
    IFeatureWorkspace pFeatWS,
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFeatureDatasetDialog Interface