Constructs an instance binding with the set of categories passed.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public InstanceBinding(
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