Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After items in a linked model the UIdocument.Selection.GetElementIds() yeilds nothing. As a work-around, I've toyed with UIdocument.Selection.PickObjects() which does return an IList<Reference> which is an improvement!
I want to be able to hide some linked elements depending on their properties. The problem is that I can't figure out how to access the elements using the Reference objects I've acquired. What is the purpose of the CreateLinkReference method and how can I acquire the RevitLinkedInstance object to use it? I feel like I'm stabbing blindly into the dark.
Can anyone explain how to use these reference objects?
James
Solved! Go to Solution.