How to filter views by a specific View Template and replace it

Hi,

I’m trying to filter all views that use a specific View Template and replace it with another one using Dynamo for Revit.

What would be the recommended approach?

So far I just did this part. Any guidance, examples nodes suggestions would be greatly appreciated.

Thanks in advance.

you can use Element.GetParameterValueByName to filter all your views with a specific template and then use Element.SetParameterByName to set the new view template.

This is exactly what I was looking for. Thank you!

1 Like