Message 1 of 5
Is element hidden? - in linked file

Not applicable
01-16-2013
06:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have document A and document B linked into A.
In active view I make some elements in linked document (B) hidden.
How to get Information if given element is hidden?
Function element.isHidden(View) seems to work perfect for non-linked elements, but if I use in on elements from another document it always return false.
I also tried use:
coll = new FilteredElementCollector(linked_doc, main_doc.ActiveView.Id);
But still return hidden elements.
Thanks for any tip.