- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
Using FilterElementCollector(), I can able to filter out completed elements from Linked Revit Model, Bypassing Linked Model Document to the FilterElementCollector(LinkedModelDocument)
Output Needed:
If I hide any element from the Linked Model Using (Tab Key), Then I'm applying the filter, The filter needs to get only the visible elements of Linked Models.
Approaches I Tried
01. By using FilterElementCollector(Document, ViewId), I tried to filter active view Elements in the linked model document
but it throws a null argument error
02.By using FilterElementCollector(Document). I filter the complete elements and using IsHidden(view) method, I try to ensure the element
but it throws a null argument error
02.By using FilterElementCollector(Document). I filter the complete elements and using IsHidden(view) method, I try to ensure the element
was hidden, But it throws a null argument error
Is there any way to solve this problem? Kindly Help me to solve this problem.
@naveen.kumar.t @jeremy_tammik @jeremytammik @RPTHOMAS108 @ricaun @moturi.magati.george
Thanks & Regards,
Mohamed Arshad K
Mohamed Arshad K
Solved! Go to Solution.