Message 1 of 3
Set the value of a shared parameter in a linked file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I’m currently working on a scenario involving two Revit models:
- Electrical Model – Contains lighting fixtures (currently the active model).
- Architectural Model – Contains rooms (linked inside the electrical model).
Here’s the issue:
I need to update a shared parameter on the rooms in the linked architectural model based on some conditions in the electrical model.
However, Revit does not allow transactions in linked documents, as transactions can only be executed in the primary document.
What would be the best way to handle this situation using the Revit API?
I appreciate any suggestions, code snippets, or workflows that might help.
Thanks in advance!