Identifies if the input category id can be assigned as the new category for this family.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsAppropriateCategoryId(
ElementId categoryId
)
Parameters
- categoryId ElementId
-
The category id.
Return Value
Boolean
True if the input category id can be assigned as the new category for this family, false otherwise.
Exceptions
See Also
Reference