<?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 Looks for C++ Samples for Revit 2017 AddIn in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/looks-for-c-samples-for-revit-2017-addin/m-p/6744702#M61493</link>
    <description>&lt;P&gt;As I look through the Revit 2017 documentation it looks like C++ has become nearly a first class citizen. I am mostly familiar with starting AddIn Revit AddIn projects using the AddIn Wizard for C#. Is there something comparable for C++? And/or is there sample code or a tutorial on implementing a Revit 2017 AddIn using C++ instead of C# or VB?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2016 23:22:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-12T23:22:08Z</dc:date>
    <item>
      <title>Looks for C++ Samples for Revit 2017 AddIn</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/looks-for-c-samples-for-revit-2017-addin/m-p/6744702#M61493</link>
      <description>&lt;P&gt;As I look through the Revit 2017 documentation it looks like C++ has become nearly a first class citizen. I am mostly familiar with starting AddIn Revit AddIn projects using the AddIn Wizard for C#. Is there something comparable for C++? And/or is there sample code or a tutorial on implementing a Revit 2017 AddIn using C++ instead of C# or VB?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 23:22:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/looks-for-c-samples-for-revit-2017-addin/m-p/6744702#M61493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-12T23:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Looks for C++ Samples for Revit 2017 AddIn</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/looks-for-c-samples-for-revit-2017-addin/m-p/6745211#M61494</link>
      <description>&lt;P&gt;C++ has always been a first-class citizen in the .NET world, just like any other language supporting .NET, which was added to C++ with the introduction of managed C++ over a decade ago.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Visual Studio C# and VB .NET wizards are very easy&amp;nbsp;to create from scratch, and so is a C++ Revit add-in and a wizard for it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the standard Visual Studio class wizard to create a class.&lt;/LI&gt;
&lt;LI&gt;Add references to the Revit API assemblies.&lt;/LI&gt;
&lt;LI&gt;Implement an external command or external application.&lt;/LI&gt;
&lt;LI&gt;Done.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The files that you create manually through these steps can be packaged into a ZIP file and reused to create a Revit C++ add-in wizard.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at the descriptions of creating, modifying and updating the C# and VB wizards to see how the same can be achieved for C++:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.20" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#5.20&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an old description of a C++ Revit add-in and some other discussions on related topics::&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2010/10/c-revit-add-in.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2010/10/c-revit-add-in.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2012/03/mixed-mode-c-in-revit-2012.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2012/03/mixed-mode-c-in-revit-2012.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/10/using-the-built-in-revit-acge-functionality.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/10/using-the-built-in-revit-acge-functionality.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wish you lots of fun and success making use of C++ with the Revit API!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know how it goes and what you find out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 07:42:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/looks-for-c-samples-for-revit-2017-addin/m-p/6745211#M61494</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-12-13T07:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Looks for C++ Samples for Revit 2017 AddIn</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/looks-for-c-samples-for-revit-2017-addin/m-p/6745214#M61495</link>
      <description>&lt;P&gt;This thread is a duplicate of&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-api-forum/looking-for-c-samples-for-revit-2017-addin/m-p/6744704" target="_blank"&gt;http://forums.autodesk.com/t5/revit-api-forum/looking-for-c-samples-for-revit-2017-addin/m-p/6744704&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's scrap this one and continue in that thread instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not post anything further in this thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 07:47:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/looks-for-c-samples-for-revit-2017-addin/m-p/6745214#M61495</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-12-13T07:47:17Z</dc:date>
    </item>
  </channel>
</rss>

