public interface IDifferenceCursor
extends java.io.Serializable
Description: 'Provides access to members that control the version difference cursor.' 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 |
IID3791e745_7995_11d2_aade_00c04fa37585 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
next(long[] oID,
IRow[] differenceRow)
Returns the object identifier or difference row.
|
static final int IID3791e745_7995_11d2_aade_00c04fa37585
static final int xxDummy
static final java.lang.String IID
void next(long[] oID, IRow[] differenceRow) throws java.io.IOException, AutomationException
oID
- Signed 64-bit int (out: use single element array)differenceRow
- A reference to a com.esri.arcgis.geodatabase.IRow (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.