com.esri.arcgis.catalogUI
Interface IDataAdder

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataAdder

public interface IDataAdder
extends Serializable

Provides access to members that control the data adder.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void addDatasetToCurrentApplication(IName datasetName)
          Adds a dataset to the current running application.
 void addDataToCurrentApplication(IEnumGxObject datasets)
          Adds data to the current running application.
 

Method Detail

addDataToCurrentApplication

void addDataToCurrentApplication(IEnumGxObject datasets)
                                 throws IOException,
                                        AutomationException
Adds data to the current running application.

Product Availability

Available with ArcGIS Desktop.

Parameters:
datasets - A reference to a com.esri.arcgis.catalog.IEnumGxObject (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDatasetToCurrentApplication

void addDatasetToCurrentApplication(IName datasetName)
                                    throws IOException,
                                           AutomationException
Adds a dataset to the current running application.

Product Availability

Available with ArcGIS Desktop.

Parameters:
datasetName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.