<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: change active color in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/9464367#M40843</link>
    <description>&lt;P&gt;I apologize if I am bothering you. I met the same question and found this post. However, being a self-studied newbie, I found what are the valid values, but I don't know how to call or set this system variable. Is it possible for you to show me an example of how to use this? One line of code should be enough. Thank you very much.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 09:30:04 GMT</pubDate>
    <dc:creator>sunchuanpu</dc:creator>
    <dc:date>2020-04-23T09:30:04Z</dc:date>
    <item>
      <title>change active color</title>
      <link>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5554787#M40839</link>
      <description>&lt;P&gt;How can i change the active color in autocad?&lt;/P&gt;&lt;P&gt;Usually is use something like Thisdrawing.activelayer = Thisdrawing.Layers.Item("layername")&lt;/P&gt;&lt;P&gt;Thisdrawing includes activelayer, activedimstyle, activetextstyle etc. but no activecolor.&lt;/P&gt;&lt;P&gt;Does anyone knows a way around it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:52:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5554787#M40839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T12:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: change active color</title>
      <link>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5554832#M40840</link>
      <description>&lt;P&gt;The system variable "CECOLOR" might be what you want?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:13:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5554832#M40840</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2015-03-24T13:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: change active color</title>
      <link>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5554920#M40841</link>
      <description>&lt;P&gt;Sorry but it's not clear which color you want to change.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you change layer, for instance, will change the entities on the screen. But that may affect all entities on that layer... is that it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or do you want to change AutoCAD background color (usually black)?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:56:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5554920#M40841</guid>
      <dc:creator>augusto.goncalves</dc:creator>
      <dc:date>2015-03-24T13:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: change active color</title>
      <link>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5555005#M40842</link>
      <description>&lt;P&gt;Thank you, CECOLOR worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:35:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/5555005#M40842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T14:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: change active color</title>
      <link>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/9464367#M40843</link>
      <description>&lt;P&gt;I apologize if I am bothering you. I met the same question and found this post. However, being a self-studied newbie, I found what are the valid values, but I don't know how to call or set this system variable. Is it possible for you to show me an example of how to use this? One line of code should be enough. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 09:30:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/9464367#M40843</guid>
      <dc:creator>sunchuanpu</dc:creator>
      <dc:date>2020-04-23T09:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: change active color</title>
      <link>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/9464611#M40844</link>
      <description>&lt;P&gt;You can either use the &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_ApplicationServices_Core_Application_SetSystemVariable_string_object" target="_blank" rel="noopener"&gt;Application.SetSystemVariable method&lt;/A&gt; or the &lt;A href="https://help.autodesk.com/view/OARX/2019/ENU/?guid=OREFNET-Autodesk_AutoCAD_DatabaseServices_Database_Cecolor" target="_blank" rel="noopener"&gt;Database.Cecolor property.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 11:29:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/change-active-color/m-p/9464611#M40844</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2020-04-23T11:29:46Z</dc:date>
    </item>
  </channel>
</rss>

