Select to view content in your preferred language

Feature accounting of a versioned dataset

633
1
04-22-2010 04:23 AM
AndrewWilliams
New Contributor
I am trying to account for everything that has changed in a versioned dataset.  I think I could just save the Add and Delete tables just prior to posting and reconciling, and then combine/manipulate this data as an accurate record. Has anyone ever tried to do this or could you point me in the right direction?
0 Kudos
1 Reply
BrentPierce
Esri Contributor
Andrew,

Programmatically you could use the IVersionedTable.Differences method. We wrote a "How To" article in the .NET SDK explaining this technique in more detail:

http://resources.esri.com/help/9.3/ArcGISDesktop/dotnet/72dfe883-e4d7-4925-835c-02bc513f91aa.htm

In the 9.3 release we added this functionality to ArcMap. It is called the Version Changes Viewer and can be found on the Versioning toolbar in Desktop.

Hope this helps,
-Brent
0 Kudos