Hi,
I want to create a feature on a versioned geodatabase with archiving enabled and have access to the exact gdb archive id associated with the feature. Is this possible?
I know that from the IFeatureClass I can access the associated archived table via IArchivableClass.Archive.
However, I am not sure whether an UpdateCursor referencing the archived table would be ideal to set the IFeature properties ...
Cheers,
Jose
I want to create a feature on a versioned geodatabase with archiving enabled and have access to the exact gdb archive id associated with the feature. Is this possible?
I know that from the IFeatureClass I can access the associated archived table via IArchivableClass.Archive.
However, I am not sure whether an UpdateCursor referencing the archived table would be ideal to set the IFeature properties ...
Cheers,
Jose