Share

TypeBinding(CategorySet) Constructor

Constructs a type binding with the set of categories passed.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public TypeBinding(
	CategorySet categories
)

Parameters

categories  CategorySet
 

Remarks

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

See Also

Reference

Was this information helpful?