Message 1 of 14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, this is probably a newbie question but I can't found an answer on internet.
I'm creating a plugin that interact with a database and I'm trying to separate all my UI code to "Revit Code". In this way, I don't need reference to RevitAPI and Revit APIUI dll's in UI part. But here is my problem, how to call my revit event from this UI code ? If I load my UI code assembly in "Revit Code" there is no problem but if I need "Revit Code" in UI Code, I will create a loop.
I know how to do it for a simple WPF project but with event like this, I don't know.
Can someone help me with some explanation or example ?
Solved! Go to Solution.