Revit 2026 API
Classification |
Checks if the category id is Revit BuiltInCategory id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasBadCategoryId()
Public Function HasBadCategoryId As Boolean
public: bool HasBadCategoryId()
member HasBadCategoryId : unit -> bool
Return Value
BooleanTrue if the category id is not Revit BuiltInCategory id. False otherwise.
See Also