We use an ArcSDE 10 database. We would like to log all events to export data (ArcObject) in ArcGIS Desktop 10.
Do you have an idea? a sample (ArcObject)?
Thank you
|
We use an ArcSDE 10 database. We would like to log all events to export data (ArcObject) in ArcGIS Desktop 10. Do you have an idea? a sample (ArcObject)? Thank you |
|||
|
|
|
You might try using IApplication.LockCustomization and pass it a class that you've written that implement ICustomizationFilter. I think when the user right clicks on a featurelayer (or standalone table) and chooses Data>Export it will call ICustomzationFilter.OnCustomizationEvent, passing I'm not sure how to determine if they actually click OK on the export dialog (and not cancel). |
|||||||
|