Question

Does anyone know how to build a .NET C# Revit application without having to restart Revit every time? This applies to REVIT MEP 2013.

Was it helpful?

Solution

I think the relevant posts by Jeremy Tammik are:

Even though I happen to be the developer of the RevitPythonShell mentioned in the post, I suggest you try the AddIn manager first - this will let you reload your addin at runtime and models most closely what you are trying to achieve.

If you want to add some tests to your pluging, then try to use the Python (RevitPythonShell) or Ruby shells mentioned in the article to create scripts that

  1. load your plugin
  2. exercise some functionality in your plugin

Or just use the shells to try out some API calls to see if they do what you think, before putting them in your C# code!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top