Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In AutoCAD all commands have an international version name.
LINE = works in English AutoCAD
LINEA = works in Italian AutoCAD
_LINE = works in all AutoCADs
So if you program using the international command like _LINE you know it will work all over the world.
Now. In Inventor the "Model" panel is called "Modello" in Italian. So in iLogic this...
Dim oPane As BrowserPane
oPane = oDoc.BrowserPanes("Modello") ' "Model" in English
...will only work with the Italian version.
Is there a way of making it work in all language versions of Inventor?
Or maybe I can use an index instead of a string?
TIA,
Owen
Solved! Go to Solution.