Browser panes in C# |
Top Previous Next |
Aech document has its own browser panes (panels):
Inventor.BrowserPanes Panes = m_Inventor.ActiveDocument.BrowserPanes;
foreach (Inventor.BrowserPane ThisPane in Panes) { MessageBox.Show("Pane internal name: <" + ThisPane.InternalName + "> = <" + ThisPane.Name + ">"); }
MessageBox.Show(m_Inventor.LanguageName + " " + m_Inventor.LanguageCode.ToString());
|
Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)