Message 1 of 3
How to highlight element in Linked model by API

Not applicable
12-17-2020
02:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have the Id of a element in linked model.I tryed a lot of ways to hightlight it in my host model,but failed.Some like uidoc.Selection.SetElementIds(new List<ElementId> { ele.Id});
But I found Revit can do it in its own "crash detective" tool.
Can anyone tell me how can I do like this .Or give me some other advise to highlight linked model elements.Thank you !