Message 1 of 4
ParameterBindings lose value after ReInsert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My Add-in creates an assembly for the selected items.
And for each creation of assembly, I run ParameterBindings.Insert and if I get false, I try ParameterBindings.ReInsert.
After the second time I create, when I check my first assembly, I see that I lose the parameter value after ReInsert.
This only happens if I have a project for Revit 2021 and I update it to Revit 2023.
And run the Add-in for the updated project in Revit 2023.
Does anyone have any idea how I can save the parameter value after ResInsert?