AutoSave in a Add-In?

AutoSave in a Add-In?

Anonymous
Not applicable
196 Views
1 Reply
Message 1 of 2

AutoSave in a Add-In?

Anonymous
Not applicable
Is it possible to have an AutoSave subroutine in an Add-In? I have created an Add-in, the reg file, etc. I stuck a couple of message boxes in the code so I know that the Add-In is running. However, the AutoSave subroutine in the dll doesn't fire when I save a part/assembly. Any suggestions would be greatly appreciated. Thanks, Blane
0 Likes
197 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Nevermind. I figured out that I needed to use OnSave in an Add-In rather than AutoSave. I found the OnSave messages below and have the basic framework operating correctly now. Blane
0 Likes