Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an add in to make a copy design.
In Inventor the active design is first checked if all files are migrated to the current release because I do the copy design with apprentice.
In Apprentice it is not possible to migrate.
The issue is that if I do a check for migrating drawings, the answer is always false, even if the drawing is saved in an older version. For ipt and iam files it works correct.
I use this code:
Dim doc As Document Set doc = ThisApplication.ActiveDocument MsgBox (doc.NeedsMigrating)
How can I detect if a drawing needs to be migrated for further use in Apprentice?
Get control of your sheet metal files.
Download the app from matprop.com
Download the app from matprop.com
Solved! Go to Solution.