Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何通过 c# 在 Autocad MEP 2011 中获取设备样式名称
显示当前布局的样式表:
Layout layout = LayoutManager.Current.CurrentLayout; PlotSettings plotSettings = new PlotSettings(layout.ModelType); plotSettings.CopyFrom(layout); MessageBox.Show(plotSettings.CurrentStyleSheet);