Share

Element.Category Property

Retrieves a Category object that represents the category or sub category in which the element resides.


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

Syntax

C#

public Category Category { get; }

Property Value

Category

Remarks

All category objects can be retrieved from the application by using the Categories property of the Application.Settings object.

See Also

Reference

Was this information helpful?