Select to view content in your preferred language

Get Features related to Specific Version Only....

686
1
03-02-2013 08:44 AM
ChaitanyaPeddinty
Deactivated User
Hi.

My requirement is to get Features in a Featureclass with a specific Version Only........

Using ArcObjects in C#,

I am Getting Dataset of type Featureclass and then Features using IFeatureWorkspace.

Now I want to get Features only related to a specific Version only..

Can any one  help me in this code...Any Function available to pass Version as parameter??...or any other suggestion??......

Thanks In Advance......
0 Kudos
1 Reply
AlexanderGray
Honored Contributor
Not sure this is 100% what you want.  It shows how to get the difference between a child and parent version.  Keep in mind some differences can happen because the parent version has changed and not the child (if parent has multiple child version or editing directly to it for instance.

http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/00010000021t000000.h...
0 Kudos