<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Disable Line weights view attributes in workspace?</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/175352/disable-line-weights-view-attributes-in-workspace</link><description>Is there a variable I can add somewhere (in my workspace) to disable &amp;quot;by default&amp;quot; the Line weight view attribute toggle? On every file I open, on every view I open, I need to toggle it off, as so my team do. It&amp;#39;s annoying, I&amp;#39;m getting use to it but if</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Disable Line weights view attributes in workspace?</title><link>https://communities.bentley.com/thread/507159?ContentTypeID=1</link><pubDate>Thu, 21 Feb 2019 12:52:11 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:469691d6-83b4-4092-a71d-d1361aa4151e</guid><dc:creator>John Frampton</dc:creator><description>&lt;p&gt;These can all be strung together on one function key by separating them with a ;&lt;/p&gt;
&lt;p&gt;VIEWATTRIBUTESDIALOG SETATTRIBUTE 0 LineWeights False; VIEWATTRIBUTESDIALOG SETATTRIBUTE 1 LineWeights False;&amp;nbsp;VIEWATTRIBUTESDIALOG SETATTRIBUTE 2 LineWeights False; VIEWATTRIBUTESDIALOG SETATTRIBUTE 3 LineWeights False;&amp;nbsp;VIEWATTRIBUTESDIALOG SETATTRIBUTE 4 LineWeights False; VIEWATTRIBUTESDIALOG SETATTRIBUTE 5 LineWeights False;&amp;nbsp;VIEWATTRIBUTESDIALOG SETATTRIBUTE 6 LineWeights False; VIEWATTRIBUTESDIALOG SETATTRIBUTE 7 LineWeights False; filedesign&lt;/p&gt;
&lt;p&gt;If you wanted to process all the existing files you could utilize the batch process tool, File &amp;gt; Tools &amp;gt; Batch Process&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Line weights view attributes in workspace?</title><link>https://communities.bentley.com/thread/506767?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 05:47:48 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2c26a25b-42d5-4df8-ba4f-2a98cb51d1b7</guid><dc:creator>Nilesh S</dc:creator><description>&lt;p&gt;As suggested by mwlong, if you set this OFF in your seed file &amp;amp; do a save setting ( keyin is &amp;quot;&lt;span&gt;filedesign&amp;quot; )&lt;/span&gt;, it will be seen set&amp;nbsp;off in all the new files that you create using that seed file.&lt;/p&gt;
&lt;p&gt;However for all you existing files, you will have to use the keyin to turn it off &amp;amp; do a save setting. You can even create a batch&amp;nbsp;process that will open all the dgn files in a&amp;nbsp; project folder&amp;nbsp;&amp;amp; execute these keyins, one to turn it off &amp;amp; other for save settings.&lt;/p&gt;
&lt;p&gt;One thing to note here is that, these View Attribute setting are View Specific , so if you want it OFF in all the views you will have to use the keyin for all views&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;VIEWATTRIBUTESDIALOG SETATTRIBUTE 0 LineWeights False&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;VIEWATTRIBUTESDIALOG SETATTRIBUTE&amp;nbsp;1 LineWeights False&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;VIEWATTRIBUTESDIALOG SETATTRIBUTE&amp;nbsp;2 LineWeights False&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;..&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[for all 8 views]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;VIEWATTRIBUTESDIALOG SETATTRIBUTE&amp;nbsp;7&amp;nbsp;LineWeights False&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;filedesign&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Rg,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Nilesh&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Line weights view attributes in workspace?</title><link>https://communities.bentley.com/thread/506688?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 18:57:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:045117c8-ef93-4e7e-80af-7f69ac5f43d0</guid><dc:creator>mwlong</dc:creator><description>&lt;p&gt;No problem. Glad it worked for you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Line weights view attributes in workspace?</title><link>https://communities.bentley.com/thread/506684?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 18:32:16 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ff21af9c-cc63-45fe-b339-448f8ef928c2</guid><dc:creator>JeremieDL</dc:creator><description>&lt;p&gt;Hey thanks! I didn&amp;#39;t know that it will hold on if disable it in my seed file.&amp;nbsp; I just did that and so far it seem to work as intended.&amp;nbsp; So thanks again for taking the time to help me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable Line weights view attributes in workspace?</title><link>https://communities.bentley.com/thread/506679?ContentTypeID=1</link><pubDate>Tue, 19 Feb 2019 18:06:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:8f33c8b7-edc1-4154-aef3-83b798dd1cc8</guid><dc:creator>mwlong</dc:creator><description>&lt;p&gt;I am not aware of any config variable that can be set, but you can assign this key-in string to a function key &amp;quot;VIEWATTRIBUTESDIALOG SETATTRIBUTE 0 LineWeights False&amp;quot; so you don&amp;#39;t need to open the dialog and toggle it off in every drawing. If you want this setting to hold after you exit a drawing make sure to do a &amp;quot;Save Settings&amp;quot; before exiting the file. You can also set seed files to have this off.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>