Select to view content in your preferred language

Read IFeatures, IFeatureClass from Public Function FindVersionDifferences

1306
0
02-26-2016 11:34 AM
JoseSanchez
Frequent Contributor

Hello everyone,

There is an Esri sample that has a function called

Public Function FindVersionDifferences(ByVal workspace As IWorkspace, ByVal childVersionName As String, ByVal parentVersionName As String, ByVal tableName As String, ByVal differenceType As esriDifferenceType) As IFIDSet

to list Version Differences between two SDE versions.

ArcObjects 10 .NET SDK Help

I am interested in reusing this function but I need also to find the features resulting from this differences, so my question is how can I open the feature class associated with the Table - childFWS.OpenTable(tableName) - and then save the feature (IFeature) into an external feature class to track differences.

Thanks

0 Kudos
0 Replies