Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to get the views and schedules associated with a particular assembly in order to place some of them inside the sheet associated with this same assembly.
The items are the following, associated with AS03 assembly:
I couldn't figure out a way to fetch only these views, schedules and sheet.
I already tried using FilteredElementCollector in the document and then separate these specific items comparing the AssociatedAssemblyInstanceId parameter (tried only for the views so far) with the AS03 Id.
Turns out this query returns the same list fetched by FilteredElementCollector, beeing every view from the document.
Is there any way to separate only the items from the picture?
Solved! Go to Solution.