Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Edit file iProperties without opening file?

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
1026 Views, 3 Replies

Edit file iProperties without opening file?

Hi all,


Does anyone know if it's possible to edit the iProperties of a file without opening the file? In Windows explorer a user can right click on an inventor file, and edit the iProperties from the iProperties tab of the File Properties window.

Is this action replicable with VBA (or other language)? If so, how?

 

Regards

3 REPLIES 3
Message 2 of 4
rthelkap
in reply to: Anonymous

Get the "Document" of the file whose properties you want to edit, and call "PropertySets" method on it to get access to it's iproperties.

 

e.g. Application->ActiveDocument->PropertySets, gives access to iproperties of active document in Inventor.

Message 3 of 4
ekinsb
in reply to: Anonymous

Take a look at this article.  Hopefully it will help.

 

http://modthemachine.typepad.com/my_weblog/2010/03/iproperties-without-inventor-apprentice.html

 


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
Message 4 of 4
Anonymous
in reply to: Anonymous

You can also use the Design Assistant.

 

Cheers,

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report