Tag: Visual Studio
-
Easy way to change Class Library to WPF
If you are accustomed to Windows Forms before, it is hard to decide to jump to WPF, especially if you have to go through the steep learning curve of WPF and MVVM. I have to confess that I started the plugin project as a Class Library to leverage Windows Forms and didn’t though much of…
-
Number windows in Revit in a practical way
As a starting point for our Revit plugin, we converted a macro to number doors into part of our ribbon: A comprehensive guide to creating a customized Revit tab in C# As a demonstration of the versatility and how modular is the Revit API, we are adapting the macro to number doors after rooms to be able to…