public interface IGeoDBDataTransfer2 extends IGeoDBDataTransfer, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID69ebda67_d1fc_4f5a_829f_3e73098cd6d7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9b6b1ad3_e0e7_11d3_8118_00c04f686238
Modifier and Type | Method and Description |
---|---|
void |
delete(IEnumNameMapping from,
IName toName)
Deletes objects that were transfered.
|
generateNameMapping, numberObjectsToTransfer, transfer
static final int IID69ebda67_d1fc_4f5a_829f_3e73098cd6d7
static final int xxDummy
static final java.lang.String IID
void delete(IEnumNameMapping from, IName toName) throws java.io.IOException, AutomationException
from
- A reference to a com.esri.arcgis.geodatabase.IEnumNameMapping (in)toName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.