com.esri.arcgis.geodatabase
Interface IGeoDBDataTransfer2

All Superinterfaces:
IGeoDBDataTransfer, Serializable
All Known Implementing Classes:
GeoDBDataTransfer

public interface IGeoDBDataTransfer2
extends IGeoDBDataTransfer, Serializable

Provides access to members that transfer data to/from GeoDatabases.

Product Availability

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


Method Summary
 void delete(IEnumNameMapping from, IName toName)
          Deletes objects that were transfered.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeoDBDataTransfer
generateNameMapping, numberObjectsToTransfer, transfer
 

Method Detail

delete

void delete(IEnumNameMapping from,
            IName toName)
            throws IOException,
                   AutomationException
Deletes objects that were transfered.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
from - A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)
toName - 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.