Skip to content
Advertisement

Tag: revit-api

Adding RevitAPI.dll into a Visual Studio

When I’m adding a RevitAPI.dll file into Visual Studio this message has appeared (The selected component could not be browsed) anyone could support me? Answer Have you manually navigated to the directory containing Revit.exe and selected the Revit API .NET assembly there? Have you set the correct version of the .NET framework? Revit 2021 requires .NET 4.8. If both answers

Accessing Revit API from outside Revit

I’ve used RevitPythonShell and Dynamo, but would like to use my existing Python IDE (Eclipse) where I have my configuration for logging, debugging, GitHub integration, etc. I’m comfortable with transactions and the overall API, and I’ve invested some time in reading about the Revit API and modeless connections, and others asking similar questions. Some of them are a few years

Advertisement