Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an excel addin that opens and prints drawing from a list. Current issue is the Vault checkout dialogue pops up or default selection is made that could be to check out. I need the drawing to not be checked out as no changes are to be saved.
From excel VB.net addin I get file from vault and open the drawing with
Inventor.Document = InventorApplication.Documents.Open(FilePath, True)
Is there a way to ensure drawing is opened without being checked out and no dialogue interruption?
Thanks
Solved! Go to Solution.