CategorySubCategories Property

Returns a map containing all of the subcategories of this category.

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

Return Value

CategoryNameMap
An empty map if the category has no subcategories.
See Also