CategoryParent Property

Returns the parent category of this category.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Category Parent { get; }

Return Value

Category
if this category a not a subcategory
See Also