<?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>Batch Process: color by level</title><link>https://communities.bentley.com/products/microstation/f/microstation-forum/210834/batch-process-color-by-level</link><description>I&amp;#39;m trying to run a batch process to change all of one element on a level in multiple files to color bylevel. 
 From reading the Batch Process help, here&amp;#39;s what I&amp;#39;ve tried: 
 CO=bylevel active level As-Built change color 
 
 It&amp;#39;s not working. 
 Any ideas</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Batch Process: color by level</title><link>https://communities.bentley.com/thread/638403?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 16:10:55 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:529118a1-ca04-48f0-9701-772d52f70e7c</guid><dc:creator>Oto</dc:creator><description>&lt;p&gt;Faster would be to use Fence without selecting elements.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;active level As-built
set levels off all;selview all
lock fence overlap
place fence active;selview all
co=bylevel
fence change color;point absolute&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Batch Process: color by level</title><link>https://communities.bentley.com/thread/638142?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 17:59:12 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:6d12d3bc-fbee-40e3-b797-fd7e9acc69f8</guid><dc:creator>Rod Wing</dc:creator><description>&lt;p&gt;You have to select the elements first. Try this...&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CO=bylevel
active level As-Built
#
#turn of all of the other levels in every open view window 
of=*
selview=all
#
#select all of the displayed elements
choose all
#
change color
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>