Returns a map containing all of the subcategories of this category.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public CategoryNameMap SubCategories { get; } |
Visual Basic |
---|
Public ReadOnly Property SubCategories As CategoryNameMap Get |
Visual C++ |
---|
public: property CategoryNameMap^ SubCategories { CategoryNameMap^ get (); } |