Hi All,
I am trying to fetch the differences between a child version and its parent version which is the Default Version through ArcObjects SDK for JAVA. I am not getting any results into objectIDs and differenceRows when I called "differences" function as below...
....
differenceCursor = versionedTable.differences(commonAncestorTable, esriDifferenceType.esriDifferenceTypeInsert, null);
.....
differenceCursor.next(objectIDs, differenceRows);
....
Followed the sample code given in below help document. We are using V 10.2.1
ArcObjects 10 .NET SDK Help
However, when I used "Versioning" tool bar and used "Version Changes" tool, I am able to see the changes. Could some one please help me with this.
Thanks & Regards,
Vara Prasad.