Shared Parameters - Create and add to Family in Python

Got it!

_paramGroups = [BuiltInParameterGroup.INVALID]

Works now as expected :slight_smile:

from what I understood
BuiltInParameterGroup.INVALID is equivalent to an empty ForgeTypeId.

You must therefore use the ForgeTypeId() constructor but pass an instance of ForgeTypeId as an argument on the method ParameterBindings.Insert() doesnโ€™t seem to work for Revit 2022 and 2023 (need to test on Revit 2024)

related topic

I will look into doing further investigation.

1 Like