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.
 
 
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.