About 1,260,000 results
Open links in new tab
  1. Solved: Revit API with WPF - Autodesk Community

    Jan 8, 2018 · Solved: Hello everyone! I've exported Revit functions to WPF using event handlers, etc. I'm using the WPF Window (instead of User Control or Page)

  2. Create UI for Revit 2025 based .Net 8 - Autodesk Community

    Apr 13, 2025 · From Revit 2025 based .Net 8 so I can't add a class WPF or Windows Form. So how to create UI in .Net 8 Use Avalonia like wpf? Many Thanks!

  3. Connecting External WPF Application to my Revit API Project

    Apr 28, 2024 · Usualy is a good idea to separate the UI (Wpf) with the non UI stuff. Two separated project gonna depend, if you have a big project and you gonna reuse the UI outside Revit like a …

  4. Wpf.Ui library + Revit API - Autodesk Community

    Feb 8, 2024 · Hello everyone! I was experimenting with the Wpf.Ui package version 3.0.0 that can work inside Revit. (The same UI package used in the RevitLookUp) Here is a simple video with the …

  5. Custom UI Elements: WinForms, WPF, and... - Autodesk Community

    Sep 29, 2024 · I just want to confirm that my current understanding of the UI customization support within acad24 is correct before I start developing these UI elements. Currently, it seems that all that …

  6. "Ignore All" Button Not Stopping Spell Check Process in WPF

    Feb 3, 2025 · Implement the SpellCheckWindow (WPF) with the provided code. Test thoroughly. Clicking "Ignore All" should now immediately stop the spell check process. This revised approach …

  7. IExternalCommand with WPF UI? - Autodesk Community

    Nov 22, 2020 · A WPF window can be shown from any context, just instantiate it and show it, either modal or modeless within the IExternalCommand. If showing modeless then you need to create an …

  8. Giving Exception like Autodesk.AutoCAD.Runtime.Exception ...

    May 3, 2024 · Is the said WPF UI that calls method OpenMMSBlockEditor () a modeless UI? If yes, you cannot use Editor.Command (), because the code runs in ApplicationContext where …

  9. stuck in Ribbonbutton.CommandHander , i have created wpf UI

    Jan 5, 2025 · But when I'm clicking button not showing windows (wpf) Which button you click? Since you showed the code of RibbonCommandHandler, I assume the RibbonCommandHandler is …

  10. Solved: When a Revit ExternalEvent is raised, ExternalEvent should ...

    Feb 21, 2023 · I'm facing an issue with making ExternalEvent execute before my code. Context of the Problem : I have WPF UI which is called when I click the push button on the ribbon, this UI in turn …