Message 1 of 1
Autodesk.PackAndGo.Interop CreatePackAndGo() works fine for .iam but not .dwg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've inherited two Vaults, one current and one legacy.
I've written an app to pack and go legacy assemblies and then delete any files that are already in the new Vault before moving over (uses Autodesk.PackAndGo.Interop CreatePackAndGo(filename, destination)).
Been working great for assemblies but now need to bring over drawings that contain several .ipt files and no assembly to tie them together. I want to run the pack and go on the drawing to gather children but it fails every time through the API.
Any ideas?
Thanks and Regards
Phil