call out

call out

Anonymous
Not applicable
495 Views
2 Replies
Message 1 of 3

call out

Anonymous
Not applicable

I am trying to find if a view contains a call out symbol but couldn't find a way. Anyone who tried this Before or know how to do it. Thank you.

 

0 Likes
Accepted solutions (1)
496 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk
Accepted solution

You could try to use a filtered element collector to retrieve all elements visible in each view by specifying the view element id in the collector constructor. Instantiate such a filter for each view, filter for call out symbols (I guess you mean instances, actually?), and keep track of the views that return a non-zero result.

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank you Jeremy! I 'll try it. I actually find work around to achieve my goal through checking the parent view for the views.

RGRDS

 

0 Likes