<?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: .NET Api from inside of AutoCAD? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469591#M41699</link>
    <description>&lt;P&gt;ooh shoot...&lt;/P&gt;&lt;P&gt;I didn't meen API... I meant IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jan 2015 18:26:40 GMT</pubDate>
    <dc:creator>mdhutchinson</dc:creator>
    <dc:date>2015-01-14T18:26:40Z</dc:date>
    <item>
      <title>.NET Api from inside of AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469338#M41696</link>
      <description>&lt;P&gt;Back a few releases to get the &lt;EM&gt;older&lt;/EM&gt; VBA you had to install a separate download.&lt;/P&gt;&lt;P&gt;Of late, I've been hearing bits of info that .NET API may be included in future AutoCAD and verticals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone confirm this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 16:14:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469338#M41696</guid>
      <dc:creator>mdhutchinson</dc:creator>
      <dc:date>2015-01-14T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Api from inside of AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469413#M41697</link>
      <description>&lt;P&gt;That... doesn't sound right.&amp;nbsp; Could it be you are thinking of VSTA, or a scripting system?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FWIW, any future development plans are covered by NDA so those who know can't tell.&amp;nbsp; Even then,&amp;nbsp;nothing can be&amp;nbsp;guaranteed to be included in future releases.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 16:50:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469413#M41697</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2015-01-14T16:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Api from inside of AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469415#M41698</link>
      <description>&lt;P&gt;The AutoCAD .net API has been included in the AutoCAD and its vertical releases for quite some time. &amp;nbsp;To program with .net you will probably need an IDE and the new&amp;nbsp;&lt;A href="http://www.visualstudio.com/products/free-developer-offers-vs?wt.mc_id=p~CO~COMMUNITY~SEARCH~FY15~11Nov~GOOGLE~visual%20studio%20community&amp;amp;WT.srch=1&amp;amp;WT.mc_id=SEM_GOO_USEvergreenSearch_Unassigned&amp;amp;CR_CC=300219949" target="_self"&gt;visual studio community edition.&lt;/A&gt;&amp;nbsp;is a good one to use. &amp;nbsp;It has the power of the old professional version now at a greatly reduced price. &amp;nbsp;Free.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Different versions of AutoCAD use different versions of the .net API. &amp;nbsp;I believe that AutoCAD 2015 is now on Version 4.5 so you will need at least that version to program any of the new features that came with AutoCAD 2015. &amp;nbsp;If you are programming old features of AutoCAD then you can probably get away with using a previous version. &amp;nbsp;You can see this&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/net/command-not-working-in-autocad-2015/m-p/5463661#U5463661" target="_self"&gt;thread&lt;/A&gt;&amp;nbsp;which will explain it better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can visit the ADN webpage at this link that will explain the API a little better. &amp;nbsp;&lt;A href="http://usa.autodesk.com/adsk/servlet/index?id=1911627&amp;amp;siteID=123112" target="_self"&gt;http://usa.autodesk.com/adsk/servlet/index?id=1911627&amp;amp;siteID=123112&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And finally you can download the ObjectARX samples and documentation from the ADN website but they are not needed to do the actual programming. &amp;nbsp;I have been programming AutoCAD MEP for a couple of years and have not downloaded anything from Autodesk to do this. &amp;nbsp;All i needed was my version of AutoCAD MEP and Visual Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are actually asking about having a IDE (Integrated Development Environment) actually inside of Autocad similar to Revit for .net languages&amp;nbsp;hen I cannot speak to that as I have no information about it.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 16:52:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469415#M41698</guid>
      <dc:creator>Keith.Brown</dc:creator>
      <dc:date>2015-01-14T16:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Api from inside of AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469591#M41699</link>
      <description>&lt;P&gt;ooh shoot...&lt;/P&gt;&lt;P&gt;I didn't meen API... I meant IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 18:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5469591#M41699</guid>
      <dc:creator>mdhutchinson</dc:creator>
      <dc:date>2015-01-14T18:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: .NET Api from inside of AutoCAD?</title>
      <link>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5470270#M41700</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can give it a try with &lt;A href="http://www.netonapp.com/Download/NETScript/v1/NETScript.Setup.zip" target="_self"&gt;.NETScript for AutoCAD&lt;/A&gt;&amp;nbsp;, which provides a &lt;U&gt;.NET IDE inside AutoCAD&lt;/U&gt; and an embedded HTML5 web browser to host&amp;nbsp;web applications inside AutoCAD. You can also run&amp;nbsp;your code (C#, VB.NET, JavaScript...) without Visual Studio right in AutoCAD, and learn the latest AutoCAD I/O, View &amp;amp; Data API from this plugin too. It provides many&amp;nbsp;good AutoCAD programming resources for developers&amp;nbsp;to play around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Khoa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 05:56:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/net-api-from-inside-of-autocad/m-p/5470270#M41700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-15T05:56:06Z</dc:date>
    </item>
  </channel>
</rss>

