Revit 2026 API
Type |
Constructs a type binding with the set of categories passed.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TypeBinding( CategorySet categories )
Public Sub New ( categories As CategorySet )
public: TypeBinding( CategorySet^ categories )
new : categories : CategorySet -> TypeBinding
Parameters
- categories CategorySet

Categories can be set or changed at a later time by using the Categories property of this object.
See Also