Message 1 of 3
Upload/CheckIn Files into Vault using inventor API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am trying to Upload/Check-In IPT/IAM into Autodesk vault using Inventor API.
I have tried below line of code but that again brings a popup for selection of relationship is there any other way to upload files from inventor directly and not use the Vault server?
Dim oControlDef As Inventor.ControlDefinition oControlDef = ThisApplication.CommandManager.ControlDefinitions.Item("VaultCheckinTop") oControlDef.Execute2(True)
Thanks in advance