Message 1 of 10

Not applicable
09-03-2020
10:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I open a document in invisible through api, something like
var partDoc = (PartDocument)_invApp.Documents.Open(MyFile, false);
.....do operations
partDoc.Close(true);
But it seems that the file is still opened because I can not delete the lock file. If I close Inventor I'm still not able to delete the lock file because there is another Inventor process running. I have to end the Inventor process from task manager then I can delete the lock file. Is it something wrong?
Solved! Go to Solution.