Changes in 2020 vs 2024 2 missing 2 changed
Flip API Versions →Missing in 2020 (only available in 2024)
Changed members
BindingMap.Insert(Definition, Binding, BuiltInParameterGroup)
Became obsolete in 2024: This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use the `Insert(Definition, Binding, ForgeTypeId)` method instead.
| key | Definition | A parameter definition which can be an existing definition or one from a shared parameters file. |
| item | Binding | An InstanceBinding or TypeBinding object which contains the set of categories to which the parameter should be bound. |
| parameterGroup | BuiltInParameterGroup | The GroupID of the parameter definition, or INVALID if the parameter is not to be associated with any predefined group. |
| → returns | Boolean |
BindingMap.ReInsert(Definition, Binding, BuiltInParameterGroup)
Became obsolete in 2024: This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use the `ReInsert(Definition, Binding, ForgeTypeId)` method instead.
| key | Definition | A parameter definition which can be an existing definition or one from a shared parameters file. |
| item | Binding | An InstanceBinding or TypeBinding object which contains the set of categories to which the parameter should be bound. |
| parameterGroup | BuiltInParameterGroup | The GroupID of the parameter definition, or INVALID if the parameter is not to be associated with any predefined group. |
| → returns | Boolean |