Revit 2025.3 API
CategoryIs |
Identifies if the category is associated with a type of tag for a different category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsTagCategory { get; }
Public ReadOnly Property IsTagCategory As Boolean Get
public: property bool IsTagCategory { bool get (); }
member IsTagCategory : bool with get
Property Value
BooleanTrue if the category is associated with a type of tag for a different category, false if not.
See Also