Removes an existing parameter and creates a new binding for a given parameter in a specified group.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Syntax
C# |
---|
[ObsoleteAttribute("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.")]
public virtual bool ReInsert(
Definition key,
Binding item,
BuiltInParameterGroup parameterGroup
) |
Visual Basic |
---|
<ObsoleteAttribute("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.")> _
Public Overridable Function ReInsert ( _
key As Definition, _
item As Binding, _
parameterGroup As BuiltInParameterGroup _
) As Boolean |
Visual C++ |
---|
[ObsoleteAttribute(L"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.")]
public:
virtual bool ReInsert(
Definition^ key,
Binding^ item,
BuiltInParameterGroup parameterGroup
) |
Remarks
See Also