Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I need to batch the following operation on all the Inventor files contained in a folder and all the subfolders.
In particular, I need to copy some iProperties fields to custom iProperties fields, for every .ipt and .iam file.
iProperties.Value("Custom", "Target custom iProperty") = iProperties.Value("Project", "Authority")
I found some hints here and there in the forum, but they were about different tasks and I need to run this script for every Inventor file under a specific folder.
Something like:
Public Sub batch()
Dim oApp As Inventor.Application
Set oApp = GetObject(, "Inventor.Application")
...Open every ipt or iam o dwf in the specified folder and all the subfolders...
Is it possible to do that?
Thank you.
Regards.
Solved! Go to Solution.