ElevationMarker - Get the elevation views created from given Elevationmarker

Hi everyone in this forum,

I am trying to get all the elevation views created from given ElevationMarker. I looked for the solution over this forum but can not find.

I searched over all the ElevationMarker Property in http://www.revitapidocs.com/2017/91f8c63f-89d4-661e-3421-a34228b1cc2e.htm website but can not find the result also.

I wonder there is any way to get the views create from ElevationMarker? If any, could you please teach me how to do?

Attachment is my dynamo script that i already retrieved all the ElevationMarker in the project but don’t know how to do next.

Thanks for your help.
FindElevationFromElevationMarker.dyn (2.2 KB)

1 Like

Hi @Vo_Minh_Doan

?

2 Likes

Hi Kulkul,
Thanks for your help. I tried your script but the problem is the script can not get the “View Name” in case of multiple views on one ElevationMarker. In that case, the ViewName return empty.
ViewNameReturnNoThing

However, I already found the solution. Firstly, I extracted the WorksetName of ElevationMarker then I splitted the names to get the views that created from ElevationMarker. In this solution, we need to enable worksharing mode first.
I would like to share my script here.

FindElevationNames.dyn (5.7 KB)