<?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 RevitAPI.dll missing classes in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5467758#M74390</link>
    <description>&lt;P&gt;I'm trying to follow this tutorial (see bottom) before working on the application I have in mind.&lt;/P&gt;&lt;P&gt;When I view&amp;nbsp;RevitAPI inside Visual Studio in the Object Browser I see e.g. all the "Room" classes are&amp;nbsp;missing.&lt;/P&gt;&lt;P&gt;The gentleman on the video have the Room classes.&lt;/P&gt;&lt;P&gt;I have tried to search a lot on the internet how to download a new RevitAPI.dll file, but the only way is to download the SDK, and that as well includes the same narrowed file without "Room" classes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=zL8pQRJbcyA" target="_blank"&gt;https://www.youtube.com/watch?v=zL8pQRJbcyA&lt;/A&gt; at 9:10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody please help me here?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Kenneth G. Vejen&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jan 2015 14:32:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-01-13T14:32:48Z</dc:date>
    <item>
      <title>RevitAPI.dll missing classes</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5467758#M74390</link>
      <description>&lt;P&gt;I'm trying to follow this tutorial (see bottom) before working on the application I have in mind.&lt;/P&gt;&lt;P&gt;When I view&amp;nbsp;RevitAPI inside Visual Studio in the Object Browser I see e.g. all the "Room" classes are&amp;nbsp;missing.&lt;/P&gt;&lt;P&gt;The gentleman on the video have the Room classes.&lt;/P&gt;&lt;P&gt;I have tried to search a lot on the internet how to download a new RevitAPI.dll file, but the only way is to download the SDK, and that as well includes the same narrowed file without "Room" classes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=zL8pQRJbcyA" target="_blank"&gt;https://www.youtube.com/watch?v=zL8pQRJbcyA&lt;/A&gt; at 9:10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can somebody please help me here?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Kenneth G. Vejen&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 14:32:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5467758#M74390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-13T14:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: RevitAPI.dll missing classes</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5468755#M74391</link>
      <description>Anyone?</description>
      <pubDate>Wed, 14 Jan 2015 07:25:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5468755#M74391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-14T07:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: RevitAPI.dll missing classes</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5469213#M74392</link>
      <description>&lt;P&gt;What version of Revit do you have installed? The RevitAPI.dll is included with the Revit install. With the Revit 2015 RevitAPI.dll, you should be able to see the Room class in the object browser under the Autodesk.Revit.DB.Architecture node. If you are having trouble using the Room class in your project, you may not have the right include statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:07:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5469213#M74392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-14T15:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: RevitAPI.dll missing classes</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5469215#M74393</link>
      <description>&lt;P&gt;I think you meant to include the time of 19:10 at the end of your video reference. &amp;nbsp;Correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for your question, I think the answer is in the using statements that are at the top of the code which have been minimized in the video. &amp;nbsp;I did a quick search for Revit API Room Namespace on Google and see that the namespace for rooms is within Autodesk.Revit.DB.Architecture. &amp;nbsp;So just add a using statement at the top (using Autodesk.Revit.DB.Architecture) and Rooms will be accessible to you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:08:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5469215#M74393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-14T15:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: RevitAPI.dll missing classes</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5474158#M74394</link>
      <description>&lt;P&gt;Thank you both very much for your time.&lt;/P&gt;&lt;P&gt;It helped making following statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;using&amp;nbsp;Autodesk.Revit.DB.Architecture;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2015 07:37:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revitapi-dll-missing-classes/m-p/5474158#M74394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-19T07:37:53Z</dc:date>
    </item>
  </channel>
</rss>

