View-ViewModel-ing for your WPF Windows (Revit API with WPF Series 3/3)
This is a long overdued post. Apologies for the very long wait. If I would be allowed to make an excuse, I became busy working on a Dynamo package named Celery, which is still on a pre-beta release due to much time dedicated to my company work and physical...
Read More
Essential items for creating a WPF window for Revit API plugins (Revit API+WPF Series 2/3)
In this second part of the series, we will discuss essential items to apply when creating WPF windows. In order to proceed, make sure your plugin project is capable of creating WPF windows. If not, you better create a project template with WPF functionality and create another new project....
Read More
Create Project and Item Templates in Visual Studio (Revit API+WPF Series 1/3)
In this three-part series, I will be tackling about proper basic integration of Windows Presentation Foundation (WPF) in your Revit API plug-ins using C# .NET. For the first part, we will discuss creating project and item templates that we will use to create new projects with WPF functionality. For...
Read More