Creates a new type binding object containing the categories passed as a parameter.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public TypeBinding NewTypeBinding( CategorySet categorySet )
Parameters
- categorySet CategorySet
- A set of categories that will be added to the binding.
Return Value
TypeBindingA new type binding object.