Get built in parameter

I seem to be struggling to get the built in type parameters from walls

Are you trying to get the description parameter values, or do you need the parameter element?

Get parameter value “Type” to get the type elements, then get paramater value “Description”.

Use an Element.ElementType node to get the type and access the type parameters. (Walls.WallType shown here)

1 Like

Thank you!