Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
Please review this video - http://autode.sk/2oe3TS6. So you should see the same highlighted component both in Model and Vault Browser. Are you not seeing that?
it is also possible with Macros: VaultFindinBrowser
Same command / Not Displayed in 2016
Code vba inventor
'Get the CommandManager object Dim oCommandMgr As CommandManager Set oCommandMgr = ThisApplication.CommandManager
'Get control definition for the line command Dim oControlDef As ControlDefinition Set oControlDef = oCommandMgr.ControlDefinitions.Item("VaultFindinBrowser")