ViewElevation for String Upper

Hello,

I have a graph where I grab certain views from Revit and turning their names into Uppercase.
From Element.Type (hardcoded for my case), I was able to find viewdrafting, viewplan and viewsection. However, ViewElevation is missing and I would love to turn my Elevation views names into uppercase also.

I also checked Categories but no good.

Any suggestions?

Thanks!

Hi @mrkpkimEMSRM

I don’t think there is a ViewElevation class but you can turn elevation view names into uppercase using python this way:


Hope that helps!

1 Like

This works! thank you!