Edit file iProperties without opening file?

Edit file iProperties without opening file?

Anonymous
Not applicable
1,170 Views
3 Replies
Message 1 of 4

Edit file iProperties without opening file?

Anonymous
Not applicable

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

0 Likes
Accepted solutions (1)
1,171 Views
3 Replies
Replies (3)
Message 2 of 4

rthelkap
Enthusiast
Enthusiast

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.

0 Likes
Message 3 of 4

ekinsb
Alumni
Alumni
Accepted solution

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
0 Likes
Message 4 of 4

Anonymous
Not applicable

You can also use the Design Assistant.

 

Cheers,

0 Likes