com.esri.arcgis.geodatabase
Interface IGeoDBDataTransfer2
- All Superinterfaces:
- IGeoDBDataTransfer, java.io.Serializable
- All Known Implementing Classes:
- GeoDBDataTransfer, IGeoDBDataTransfer2Proxy
public interface IGeoDBDataTransfer2
- extends IGeoDBDataTransfer, java.io.Serializable
COM Interface 'IGeoDBDataTransfer2'. Generated 3/19/2015 1:20:56 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that transfer data to/from GeoDatabases.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
IID69ebda67_d1fc_4f5a_829f_3e73098cd6d7
static final int IID69ebda67_d1fc_4f5a_829f_3e73098cd6d7
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
delete
void delete(IEnumNameMapping from,
IName toName)
throws java.io.IOException,
AutomationException
- Deletes objects that were transfered.
- Parameters:
from
- A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)toName
- A reference to a com.esri.arcgis.system.IName (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.