Message 1 of 4
Rename Browser Nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using Inventor 2010 and I would like to know if the new command (Rename Browser Nodes) is available trough the API?
Something like this...
' Rename the browser nodes using PartNumber.
' Set the control definition command.
Dim oRenameControlDef As ControlDefinition
Set oRenameControlDef = ThisApplication.CommandManager.ControlDefinitions.Item"RenameBrowserNodes")
oRenameControlDef.Execute
Ludesroc
Something like this...
' Rename the browser nodes using PartNumber.
' Set the control definition command.
Dim oRenameControlDef As ControlDefinition
Set oRenameControlDef = ThisApplication.CommandManager.ControlDefinitions.Item"RenameBrowserNodes")
oRenameControlDef.Execute
Ludesroc
Ludesroc