Message 1 of 4
Capturing SaveAs event in Inventor 2011

Not applicable
11-11-2011
01:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have addin running inside Inventor. The requirement is that addin should be able to capture the "save as" operation done by the user. Internally, addin stores unique information in the active Inventor file and when user does "Save as", it needs to generate and store the new unique information in the newly created file after SaveAs. That is the reason it is required to capture the SaveAs event.
It was possible to capture the "Save" event and there I get EventTimingEnum (kBefore and kAfter). But the filename is same for kBefore and kAfter. So its not possible to identify that its SaveAs operation.
Any pointers would really help.
Thanks in advance.