UserInterfaceVersion

Top  Previous  Next

UserInterfaceVersion is an entry in an .AddIn file.

 

It is used by Inventor to know when it should regenerate the GUI of your .AddIn. As you develop your AddIn's GUI this number should be incremeted so that Inventor knows to recreate that part of the ribbon.

 

It should be a positive integer. Here's an example:

 

   <UserInterfaceVersion>1</UserInterfaceVersion>

 

And if you change the GUI then you can do this:

 

   <UserInterfaceVersion>2</UserInterfaceVersion>

 

to let Inventor know.

 

 

 

Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)