Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vault API reference?

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
casper.vorm
1172 Views, 3 Replies

Vault API reference?

Hi all.

 

I am looking for some documentation on the vault API but I just cannot find any.

Any links would be much appreciated.

Also, it is possible to use the vault API from an ilogic-rule, E.g. get files from a specific folder in the vault?

 

Thanks in advance!

-Casper

3 REPLIES 3
Message 2 of 4
jjstr8
in reply to: casper.vorm

Install the SDK located in C:\Program Files\Autodesk\Vault Professional 20xx\SDK\   The docs are under C:\Program Files (x86)\Autodesk\Autodesk Vault 20xx SDK\   I've only used the libraries in an add-in, but I don't see why they won't work in iLogic.

Message 3 of 4
Cadkunde.nl
in reply to: casper.vorm

Your best resource is the SDK:

C:\Program Files\Autodesk\Vault Professional 20XX\SDK

There are some ready made examples you can check and help files explaing the API

 

You got the forum, though I posted few times there I never got a solution🤐

https://forums.autodesk.com/t5/vault-customization/bd-p/301

 

You can use ilogic, and you need to add the dlls like this:

AddReference "Autodesk.DataManagement.Client.Framework.Vault.dll"
AddReference "Autodesk.DataManagement.Client.Framework.dll"
AddReference "Connectivity.Application.VaultBase.dll"
AddReference "Autodesk.Connectivity.WebServices.dll"

Imports Autodesk.DataManagement.Client.Framework.Vault
Imports Autodesk.Connectivity.WebServices
Imports VDF = Autodesk.DataManagement.Client.Framework
Imports AWS = Autodesk.Connectivity.WebServices
Imports VB = Connectivity.Application.VaultBase
Imports Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties

 

I don't know how much I can say about this, but there might be something upcoming for 2024, which you can wait for (new release is always in april) or check beta forum: 

https://knowledge.autodesk.com/support/inventor/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-...

Message 4 of 4
casper.vorm
in reply to: casper.vorm

Hi, thank you both for your replies, I will take a look.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report