Message 1 of 4
Get Linked Elements that Appear on Schedule Revit API
Not applicable
08-08-2018
12:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using the Revit API (2017 and above), is there any way to get a list of linked elements that appear on a schedule (including filters, phase filters, etc).
Currently, if you query a ViewSchedule using the FilteredElementCollector, it will return N Elements (e.g. Windows, Doors, FamilyInstance) and M RevitLinkInstances. However, the RevitLinkInstance does not list out the actual Element that appears in the linked model. Is there a way to query a RevitLinkInstance in the scope of a ViewSchedule? Or a similar solution?