Revit 2026 API
ApplicationNew |
Creates a new type binding object containing the categories passed as a parameter.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TypeBinding NewTypeBinding( CategorySet categorySet )
Public Function NewTypeBinding ( categorySet As CategorySet ) As TypeBinding
public: TypeBinding^ NewTypeBinding( CategorySet^ categorySet )
member NewTypeBinding : categorySet : CategorySet -> TypeBinding
Parameters
- categorySet CategorySet
- A set of categories that will be added to the binding.
Return Value
TypeBindingA new type binding object.

Type binding objects are used for attaching shared parameter definitions to a type
within a category.
See Also