Hi,
What do you exactly mean?
- Before check in?
- after check in?
you could use your own written command for it, and run your code first and afterwards the check in command.
like:
public sub (Custom Check in)
"Your commands here"
Dim CmdMan As ControlDefinition
Set CmdMan = ThisApplication.CommandManager.ControlDefinitions.Item("VaultCheckinTop")
'or useVaultCheckin
CmdMan.Execute
' or use CmdMan.Execute2 (True)
end sub
Or take a look at this:
https://forums.autodesk.com/t5/inventor-customization/use-inventor-vault-add-in-through-inventor-api...
Regards,
Autodesk Software: Inventor Professional 2018 | Vault Professional 2018 | Autocad Mechanical 2018
Programming Skills: Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
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 !