1 Answers
A:
You can monitor Inventor commands using the UserInterfaceEvents.OnActivateCommand event. The command name for Vault check-in is:
'VaultCheckinTop'
So in your Inventor Add-In, you can do:
AddHandler ThisApplication.UserInterfaceManager.UserInterfaceEvents.OnActivateCommand, AddressOf OnCommandActivated
Private Sub OnCommandActivated(CommandName As String)
If CommandName = "VaultCheckinTop" Then
' Your logic here: activate all sheets
End If
End Sub
This lets you intercept the moment the user initiates a Vault check-in from Inventor.
Find the Best CAD Software
Explore all products with features, pricing, reviews and more
View All SoftwareHelp the community
Be the First to Answer these questions
Disclaimer
Techjockey’s software industry experts offer advice for educational and informational purposes only. A category or product query or issue posted, created, or compiled by Techjockey is not meant to replace your independent judgment.
20,000+ Software Listed
Best
Price Guaranteed
Free Expert
Consultation
2M+
Happy Customers