Message 1 of 9
Revit Add-ins Tutorial needs an update for version 2021.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was working through the Revit Tutorial and discovered the following issue:
In lesson 6 of the Tutorial, there are references to the Room Class. It appears that in Revit 2021.1 and later the Room class has been moved from Autodesk.Revit.DB to Autodesk.Revit.DB.Architecture. And this causes lesson 6 to not work as described as it can't find the class when you edit your code. This tutorial should include instructions for people using the newer version of Revit to include this using statement:
"using Autodesk.Revit.DB.Architecture;"
This should probably be added to lesson 1 which adds the using statements, though that particular using statement won't get used until lesson 6.