Share

Category.SubCategories Property

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


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

Syntax

C#

public CategoryNameMap SubCategories { get; }

Return Value

CategoryNameMap
An empty map if the category has no subcategories.

See Also

Reference

Was this information helpful?