Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have part of my addin adding info to a drawing when it's printed or exported using the user event on activate command. It works quite well and now I would just like a method to remove that info after it is printed or exported.
I've looked at the user events for on start and stop command but I can't make heads or tails if that's what I really need. The only parameter those events include is the CommandID as CommandIDEnum and I can't find any info on those ID numbers.
What is a good way to run something after printing? I know there is an addin that does something similar so I'm sure there is a way. Thanks
Solved! Go to Solution.