Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
we are adding shared parameters to a bunch of families. With the old method (Revit 2022) we could use this.
famMan.AddParameter( external definition, BuiltInParameterGroup, bool) we have a lot of parameters that go to the BuiltinParameterGroup.INVALID that will return in the family as Other.
now in Revit 2024 we tried to do the new method:
famMan.AddParameter( external definition, ForgeTypeId (GroupTypeId), bool) under GroupTypeId.<group> we cant find other/invalid? While manual in the family editor we can still add parameters to the parametergroup Other.
Anyone have a solution?
Kind regards,
Fabian Verwoert
Solved! Go to Solution.