Get all Parameters in a Revit Parameter Group

Hi, I would like to get all parameters in a Parameter group, sepcifically “Materials and Finishes”

image

Ideally a node that looks in that group and gives all parameters in that group in a list.

Is this possible?

for other parameters you can uses Element.Parameters as well as GetParameterValueByName
if you require material do use
Element.GetMaterials Or Element.Materials from clockwork package


image
image

1 Like