<?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: first plug in in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8226079#M48004</link>
    <description>Hi, jeremytammik&lt;BR /&gt;Thank you for your suggestion . I will follow the progress by learning the&lt;BR /&gt;Basics of Python .&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Aug 2018 06:33:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-27T06:33:13Z</dc:date>
    <item>
      <title>first plug in</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8225522#M48001</link>
      <description>&lt;P&gt;I am a Beginner for the programming , while start my first plug in its pretty good to work on it but same time because of the&amp;nbsp;with out any knowledge in programming i am struggle in lot of area if their is any&amp;nbsp;prepare guide way for learning the programming please let us know. While Build my first program i have receive the below error it may be simple one but i can't get where is the problem please help to solve that .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR&lt;/P&gt;&lt;P&gt;Visual studio cannot start debugging because the debug target'D';\3D Scan\Lab1placeGroup\&lt;SPAN&gt;Lab1placeGroup\Lab1placeGroup\bin\Debug\Lab1placeGroup.exe' is missing. Please build the project and retry, or set the Outputpath and Assemblyname properties appropriately to point at the correct location for the target assembly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 19:17:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8225522#M48001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-26T19:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: first plug in</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8226022#M48002</link>
      <description>&lt;P&gt;Welcome to programming and the Revit API!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest that you learn the basics of programming first, before diving into the .NET environment.&amp;nbsp; A very suitable starting point is Python, with lots of beginner’s tutorials.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have a minimum of generic programming basics, learning some fundamentals of .NET is&amp;nbsp;helps before starting to work with the Revit API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, before you start working with the&amp;nbsp;Revit&amp;nbsp;API, you need to know a little bit about Revit and BIM itself, from an end user point of view, or the API will not make much sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a recent little note on&amp;nbsp;what to do before getting started with the Revit API:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2018/06/extensible-storage-and-renaming-a-family-in-a-project.html#2" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2018/06/extensible-storage-and-renaming-a-family-in-a-project.html#2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have that under the hood, here are lots more suggestions on getting started with the Revit API:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#2" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck and have fun!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 05:48:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8226022#M48002</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2018-08-27T05:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: first plug in</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8226051#M48003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous,&lt;/P&gt;
&lt;P&gt;Just follow the following steps&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;.In visual Studio,write your code.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;.Build the solution&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;.After building the solution,you will get your &lt;STRONG&gt;.dll&lt;/STRONG&gt; file in your LAB1PLACEGROUP folder.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;.open Notepad&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;.Create addin manifest file . In your addin file Make sure that&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i)you gave proper class name&lt;STRONG&gt;&amp;nbsp;&amp;lt;FullClassName&amp;gt;Your namespace name.Class1&amp;lt;/FullClassName&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ii)You should give proper assembly name(i.e)the path where your .&lt;STRONG&gt;dll&lt;/STRONG&gt; file is located(not .exe file)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;lt;Assembly&amp;gt;Desktop\MY PROJECT\MY PROJECT\bin\Debug\MY PROJECT.dll&amp;lt;/Assembly&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iii)save the addin file in&amp;nbsp;specific&amp;nbsp;folder&amp;nbsp; as mentioned in Revit my first plugin&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;.In Visual Studio,GO to View --&amp;gt;Solution Explorer --&amp;gt;Right Click &lt;STRONG&gt;C# LAB1PLACE GROUP&amp;nbsp;&lt;/STRONG&gt;--&amp;gt;select properties --&amp;gt;choose Debug option --&amp;gt;Choose &lt;STRONG&gt;Start External program&amp;nbsp;&lt;/STRONG&gt;and browse for &lt;STRONG&gt;Revit.exe&lt;/STRONG&gt; file(C:\Program Files\Autodesk\Revit 2019\Revit.exe)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;7&lt;/STRONG&gt;.Start debugging. Revit should open and your code should work.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:08:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8226051#M48003</guid>
      <dc:creator>naveen.kumar.t</dc:creator>
      <dc:date>2018-08-27T06:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: first plug in</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8226079#M48004</link>
      <description>Hi, jeremytammik&lt;BR /&gt;Thank you for your suggestion . I will follow the progress by learning the&lt;BR /&gt;Basics of Python .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/first-plug-in/m-p/8226079#M48004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-27T06:33:13Z</dc:date>
    </item>
  </channel>
</rss>

