Replies: 1 comment
-
Each instance of Revit creates its own domain and, accordingly, a new instance of UiApplication. Different instances of Revit will have different instances of UiApplication |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at this repo for the first time so correct me if I'm wrong, but it seems like the
Context
class assumes there is only a single instance of Revit running (as seen by the single staticUiApplication
property). I'm wondering if we could generalize this somehow to handle all running instances of Revit.Beta Was this translation helpful? Give feedback.
All reactions