Creates a new parameter binding between a parameter and a set of categories in a specified group.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
Parameters
- key
- Type: Autodesk.Revit.DB..::..Definition
A parameter definition which can be an existing definition or one from a shared parameters file.
- item
- Type: Autodesk.Revit.DB..::..Binding
An InstanceBinding or TypeBinding object which contains the set of categories to which the parameter should be bound.
- groupTypeId
- Type: Autodesk.Revit.DB..::..ForgeTypeId
The identifier of the parameter definition's parameter group, or empty if the parameter is not to be associated with any predefined group.
Remarks
See Also