EDM (Vault) Addin Editing (Vault Options - Visualization Attachment Options) - VB.net

EDM (Vault) Addin Editing (Vault Options - Visualization Attachment Options) - VB.net

Tiffany_Hayden_
Collaborator Collaborator
302 Views
1 Reply
Message 1 of 2

EDM (Vault) Addin Editing (Vault Options - Visualization Attachment Options) - VB.net

Tiffany_Hayden_
Collaborator
Collaborator
 

I have been searching hi and low to find the key to the EDM Addin but have been unable to find the link to modifying the Visualization Attachment Options within the Vault Options button. If anyone has any key to get to the Vault options I'd appreciate it! Thanks in advance! 

 

 
 

Vault Options.png

 

 

        Dim oEDMS As EdmSecurity = EdmSecurity.Instance
        Dim oConnection As VDF.Vault.Currency.Connections.Connection
        oConnection = oEDMS.VaultConnection


        Dim oInvApp As Inventor.Application
        oInvApp = System.Runtime.InteropServices.Marshal.GetActiveObject("Inventor.Application")

 

 

Tiffany Hayden
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
303 Views
1 Reply
Reply (1)
Message 2 of 2

bradeneuropeArthur
Mentor
Mentor

Think that this only works for an add in and not a standalone application that get or creates an Inventor object!

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