top of page
Instant Autodesk Revit 2013 Customization With ... Site
: Add using Autodesk.Revit.DB; and using Autodesk.Revit.UI; at the top. 💻 The Boilerplate Code
: Learn to use get_Parameter() and Set() to read/write data. Instant Autodesk Revit 2013 Customization with ...
(Includes the crucial RevitAPI.dll and RevitAPIUI.dll ). : Add using Autodesk
💡 : Use RevitLookup . It is an open-source tool that lets you "peek" under the hood of Revit elements to see their API properties in real-time. : Add using Autodesk.Revit.DB
: Open Visual Studio and start a new C# Class Library project. Add References : Browse to your Revit installation folder. Add RevitAPI.dll (database functions). Add RevitAPIUI.dll (interface functions). Set Copy Local to False for both.
bottom of page