Sort Family Type Parameter's Data in Groups

I’m reading family parameter in dynamo, I would like to know, is there any possibility to sort family type’s parameter data into groups (Dimensions, Electrical, Identity etc) like it shows in the Revit 2017 itself.

This is how my dynamo graph looks like :

I’d like to sort and see the family type’s parameter data as it is shown in Revit 2017

Is there any possibility? Would really appreciate if someone shares the solution with me.

Many Thanks,
~ Ali Asad

You can get the parameter’s group using Parameter.Group and then use it as the key to group the parameter list
FamilyParameterGroup

1 Like