Returns the parent category of this category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public Category Parent { get; }
Return Value
Categorynull if this category a not a subcategory
public Category Parent { get; }