RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ElementBinding

ElementBinding.Categories

Property
Description:
Retrieve or set the categories to which a parameter definition will be bound.
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.
Syntax
public CategorySet Categories { get; set; }