CategoryBuiltInCategory Property

Gets the BuiltInCategory value for this category.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public BuiltInCategory BuiltInCategory { get; }

Property Value

BuiltInCategory
BuiltInCategory value for the category or INVALID if the category is not a built-in category.
See Also