Get Custom iProperties from a file in Vault

Get Custom iProperties from a file in Vault

aaron_lucy
Contributor Contributor
378 Views
3 Replies
Message 1 of 4

Get Custom iProperties from a file in Vault

aaron_lucy
Contributor
Contributor

I want to create a dictionary in VB.net from the custom iProperties from a file in Vault.  I am not sure how to get access to the custom iproperties for the file in vault without checking the part out.  Is this possible?

0 Likes
379 Views
3 Replies
Replies (3)
Message 2 of 4

sajith_subramanian
Autodesk Support
Autodesk Support

Hi @aaron_lucy,

 

If your file is in Vault and not on your local disk, you could make use of the Vault API to download the file to your local disk without checking it out and then proceed to fetch the required properties.

 

Regards,

Sajith


Sajith Subramanian
Autodesk Developer Network
0 Likes
Message 3 of 4

bradeneuropeArthur
Mentor
Mentor
You can do that without checking it out if you use the vault api . This is not easy but it is possible. The other thing is that the vault api is changing every release. But it is possible. Please let me know if you are familiar with the vault api and vault extensions.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 4 of 4

aaron_lucy
Contributor
Contributor

I do have some limited experience with the Vault API and i was trying to find the method that would return the custom properties.  So for all I can find is the file properties.  A code sample would be nice or even a hint at what the correct API method to use would be helpful.  

0 Likes