Share

ElementBinding.Categories Property

Retrieve or set the categories to which a parameter definition will be bound.


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

Syntax

C#

public CategorySet Categories { get; set; }

Property Value

CategorySet

Remarks

The Categories property is used to set the categories to which the definition will be bound when it is added to the document bindings. This property can also be read from existing bindings to interrogate to which categories a parameter has been bound.

See Also

Reference

Was this information helpful?