How to retrieve Elevation Marker from a selected elevation view?

How to get Elevation Marker (Elevation symbol on Floor plan) from a selected elevation view which is one of views of Elevation Marker?
Screenshot_35

Not sure if there is a faster way but I usually use Python and get all elevation markers, then check their views until I find it (then I use a break statement or a function return) and that will be the views marker if any.

The method to ask a marker for its views is as follows:

1 Like

Thank you! It’s perfect for now.
I wondered if there is something similar like [from family type return> family] or [from element return> host] for elevation views > elevation marker.

If youre in 2023+ you can get them by class.

1 Like

Thank you! I will try it

1 Like