com.esri.arcgis.geodatabase
Interface IPlugInCreateDataset

All Superinterfaces:
Serializable

public interface IPlugInCreateDataset
extends Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IPlugInDatasetHelper createDataset(String name, IFields fieldSet)
          createDataset
 

Method Detail

createDataset

IPlugInDatasetHelper createDataset(String name,
                                   IFields fieldSet)
                                   throws IOException,
                                          AutomationException
createDataset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
fieldSet - A reference to a com.esri.arcgis.geodatabase.IFields (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IPlugInDatasetHelper
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.