: 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.
Revit won't see your code unless you tell it where to look. Create a text file named MyPlugin.addin and place it in C:\ProgramData\Autodesk\Revit\Addins\2013\ . Instant Autodesk Revit 2013 Customization with ...
(Includes the crucial RevitAPI.dll and RevitAPIUI.dll ). : Open Visual Studio and start a new
: A tool within the SDK to load code without restarting Revit. 🏗️ Basic Project Setup Instant Autodesk Revit 2013 Customization with ...