com.esri.arcgis.geodatabasedistributed
Interface IDeltaDataChangesInit2
- All Superinterfaces:
- IDeltaDataChangesInit, java.io.Serializable
- All Known Implementing Classes:
- DeltaDataChanges, IDeltaDataChangesInit2Proxy
public interface IDeltaDataChangesInit2
- extends IDeltaDataChangesInit, java.io.Serializable
COM Interface 'IDeltaDataChangesInit2'. Generated 3/19/2015 1:20:57 PM
from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description: 'Provides access to members that initialize a DeltaDataChanges object with the ability to access its file content randomly.'
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 =
Method Summary |
void |
init2(java.lang.String changesFileName,
int exportOption,
boolean randomAccess)
Initializes the class by setting delta database file name, export option, and the ability to access the file content randomly. |
IID4c7fd0cf_fa09_4d49_b168_4767cf945c14
static final int IID4c7fd0cf_fa09_4d49_b168_4767cf945c14
- 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
init2
void init2(java.lang.String changesFileName,
int exportOption,
boolean randomAccess)
throws java.io.IOException,
AutomationException
- Initializes the class by setting delta database file name, export option, and the ability to access the file content randomly.
- Parameters:
changesFileName
- The changesFileName (in)exportOption
- A com.esri.arcgis.geodatabasedistributed.esriExportDataChangesOption constant (in)randomAccess
- The randomAccess (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.