com.esri.arcgis.catalogUI
Interface IFeatureDatasetDialog
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FeatureDatasetDefDialog, FeatureDatasetDialog
public interface IFeatureDatasetDialog
- extends Serializable
Provides access to members that control the dialog that creates a new feature dataset.
Product Availability
Available with ArcGIS Desktop.
doModalCreate
IFeatureDataset doModalCreate(IFeatureWorkspace pFeatWS,
int parentWindow)
throws IOException,
AutomationException
- Prompts the user to define a new feature dataset.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
pFeatWS
- A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)parentWindow
- The parentWindow (A COM typedef) (in)
- Returns:
- A reference to a com.esri.arcgis.geodatabase.IFeatureDataset
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.