Parameters by ENUMS

Hi! I’d like to create a script that uses built-in parameter values and copies them to project or shared parameter. I’d like it to work on all language versions of Revit, so I can’t indicate the parameter by name. I was thinking to use ENUMS, but I don’t know how. Can anyone help with that or maybe you can think of a different approach? Thanks in advance!

For built-in parameters, use the built in name which is the same in all languages.

Hi Jacob, how do I use those? I normally use Element.GetParameterValueByName and I type the name manually

See if this works for you to get started.