<?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: How to start programming on .NET for AutoCAD? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384761#M56599</link>
    <description>&lt;P&gt;Thanx for the suggestions. Generally I don't know what exactly I want to get from my programmng but it would be something that will control pagesetup ofthe drawing. So I need to learn a lil bit about it. And fortunately I prefer C# and not VB.&lt;/P&gt;</description>
    <pubDate>Sun, 25 Mar 2012 06:58:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-25T06:58:37Z</dc:date>
    <item>
      <title>How to start programming on .NET for AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384665#M56596</link>
      <description>&lt;P&gt;So I decided to try programming for ACAD on .NET and I have MS VS 2010 installed and ObjectARX 2009 downloadded and unzipped. So what's next. What shoud I do to start programming?&lt;/P&gt;&lt;P&gt;As I understand I need ObjectARX to use AutoCAD .NET API's, and to be able to use "using System.Autodesk..." library. Am I right?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2012 22:41:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384665#M56596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-24T22:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to start programming on .NET for AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384725#M56597</link>
      <description>&lt;P&gt;Since you have downloaded ObjectARX2009 I am going to guess that you are working in AutoCAD 2009, but what type of application are you wanting to start with? If you are looking to start with an add-in than look at this&amp;nbsp;&lt;A href="http://usa.autodesk.com/adsk/servlet/index?id=18162650&amp;amp;siteID=123112" target="_blank"&gt;http://usa.autodesk.com/adsk/servlet/index?id=18162650&amp;amp;siteID=123112&lt;/A&gt;, it is based on the AutoCAD 2010 thru 2012 family, but I think that everything covered in that will also apply to 2009. If you are looking to start with a standalone EXE application to control AutoCAD than I am sure we can fine some samples on that as well here.&lt;/P&gt;&lt;P&gt;I would also look at &amp;nbsp;doing some searching on this blog&amp;nbsp;&lt;A href="http://through-the-interface.typepad.com/" target="_blank"&gt;http://through-the-interface.typepad.com/&lt;/A&gt;, most of the code is in C# but can be converted here&amp;nbsp;&lt;A href="http://www.developerfusion.com/tools/convert/csharp-to-vb/" target="_blank"&gt;http://www.developerfusion.com/tools/convert/csharp-to-vb/&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 25 Mar 2012 04:11:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384725#M56597</guid>
      <dc:creator>Mike.Wohletz</dc:creator>
      <dc:date>2012-03-25T04:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to start programming on .NET for AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384737#M56598</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/506518"&gt;@Mike.Wohletz&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT color="#008080"&gt;&amp;lt; .. &amp;gt; most of the code is in C# but can be converted&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;... or you could just use c# &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;further references.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.theswamp.org/index.php?topic=32381.0" target="_blank"&gt;http://www.theswamp.org/index.php?topic=32381.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sun, 25 Mar 2012 04:59:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384737#M56598</guid>
      <dc:creator>kerry_w_brown</dc:creator>
      <dc:date>2012-03-25T04:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to start programming on .NET for AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384761#M56599</link>
      <description>&lt;P&gt;Thanx for the suggestions. Generally I don't know what exactly I want to get from my programmng but it would be something that will control pagesetup ofthe drawing. So I need to learn a lil bit about it. And fortunately I prefer C# and not VB.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Mar 2012 06:58:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384761#M56599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-25T06:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to start programming on .NET for AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384819#M56600</link>
      <description>&lt;P&gt;So seems like I found what I need! Just downloaded .NET Wizard and now I can create AutoCADplugin in my VS 2010 and there I can define System.Autodesk....&amp;nbsp;etc. Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 25 Mar 2012 13:03:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-start-programming-on-net-for-autocad/m-p/3384819#M56600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-25T13:03:08Z</dc:date>
    </item>
  </channel>
</rss>

