Description
Are you interested to learn more about modeless Revit plug-ins? Yes? Great, this class is for you. User experience and accessibility are becoming trends while developing software. How do you achieve that? You can achieve user experience by using Windows Presentation Foundation (WPF) instead of Windows forms, and achieve accessibility by using modeless dialogs. This class will present the advantage of using WPF and modeless dialogs while developing your Revit plug-ins. Users can see the actions and data flows between Revit and plug-ins. In this session, we’ll show a demo of the workflow consisting of multiple steps that depend on each other to show the features that WPF provides.
Key Learnings
- Learn about choosing Revit API and C#.
- Learn the basics of WPF, including general advantages and disadvantages.
- Discover modeless applications and external events.
- Learn how to implement WFP and modeless.