<?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: New Sample: Application-Defined System Variables in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2739095#M64346</link>
    <description>&lt;P&gt;Well, it woudln't make sense to just throw it out there if that were the case, as I haven't really left much out.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Aug 2010 20:31:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-08-07T20:31:16Z</dc:date>
    <item>
      <title>New Sample: Application-Defined System Variables</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2738909#M64343</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A target="_blank" href="http://www.caddzone.com/CustomSystemVariableExample.zip" rel="nofollow"&gt;http://www.caddzone.com/CustomSystemVariableExample.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Abstract:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#888888" face="arial,helvetica,sans-serif" size="1"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;As of AutoCAD 2010, it has been possible to add new system variables to&lt;/P&gt;&lt;P&gt;AutoCAD, that are both defined and managed by ObjectARX extensions&lt;/P&gt;&lt;P&gt;(managed or native).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Application-defined system variables behave just like AutoCAD's&lt;/P&gt;&lt;P&gt;own 'built-in' system variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sample project at the above link shows how to implement your own&lt;/P&gt;&lt;P&gt;application-defined system variables.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2010 02:12:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2738909#M64343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-07T02:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: New Sample: Application-Defined System Variables</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2738913#M64344</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thank you Tony.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Interesting concept with a lot of potential.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;... and a generous license.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;also excellent study material.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Regards,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2010 02:39:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2738913#M64344</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2010-08-07T02:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: New Sample: Application-Defined System Variables</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2739081#M64345</link>
      <description>&lt;P&gt;Hope this is a tease to book or guide you are putting together&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2010 17:44:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2739081#M64345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-07T17:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: New Sample: Application-Defined System Variables</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2739095#M64346</link>
      <description>&lt;P&gt;Well, it woudln't make sense to just throw it out there if that were the case, as I haven't really left much out.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2010 20:31:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2739095#M64346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-07T20:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: New Sample: Application-Defined System Variables</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2739175#M64347</link>
      <description>&lt;P&gt;Sorry, what&amp;nbsp;I meant was the example was great. It had a good explantion and good design pattern,reusable, easy to matain etc...... all of the things you try to accomplish writing code.&lt;/P&gt;&lt;P&gt;I was implying it would great to have a book that covered many topics in the API like your example.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Aug 2010 06:26:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2739175#M64347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-08T06:26:37Z</dc:date>
    </item>
    <item>
      <title>Application-Defined System Variables -&gt; AutoCAD 2011 Required</title>
      <link>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2742537#M64348</link>
      <description>&lt;P&gt;Sorry about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't bother checking the 2010 API, and just learned that the APIs&lt;/P&gt;&lt;P&gt;required to implement app-defined sysvars is not avaialble in 2010.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A revised and expanded version of the sample has been posted at&lt;/P&gt;&lt;P&gt;the same URL, which makes that clear.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2010 18:50:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/new-sample-application-defined-system-variables/m-p/2742537#M64348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-11T18:50:28Z</dc:date>
    </item>
  </channel>
</rss>

