com.esri.arcgis.geodatabase
Interface IDifferenceCursor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DifferenceCursor, IDifferenceCursorProxy

public interface IDifferenceCursor
extends java.io.Serializable

COM Interface 'IDifferenceCursor'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3791e745_7995_11d2_aade_00c04fa37585
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void next(int[] oID, IRow[] differenceRow)
          Returns the object identifier or difference row.
 

Field Detail

IID3791e745_7995_11d2_aade_00c04fa37585

static final int IID3791e745_7995_11d2_aade_00c04fa37585
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
Method Detail

next

void next(int[] oID,
          IRow[] differenceRow)
          throws java.io.IOException,
                 AutomationException
Returns the object identifier or difference row.

Parameters:
oID - The oID (out: use single element array)
differenceRow - A reference to a com.esri.arcgis.geodatabase.IRow (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.