- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone.
I've been working with iLogic occasionally and I didn't have much problem finding solutions for more simple things.
Now that I've exhausted my previous knowledge about programming and automatisation, and had seen some more advanced coding, I've found myself lacking in information about what commands are available for certain object/definition types.
I've checked the Object Browser in VBA Editor and I took a look here: https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=110f3019-404c-4fc4-8b5d-7a3143f129da
but I'm having trouble finding what I would need there.
I have this line of code that I found somewhere, and I would like to replace what is in the brackets to refresh file from vault instead of checking the file in.
ThisApplication.CommandManager.ControlDefinitions.Item("VaultCheckinTop").Execute2(False)
Where could I find what string would do that for me and more generally where could I find the previous obejcts and/or definitions that would lead to the item in the brackets?
I would appreciate any help.
Best regards.
Nejc
Solved! Go to Solution.