CategoryBuiltInCategory Property

Gets the BuiltInCategory value for this category.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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