Checks whether the family type id is valid for the give family category.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsDefaultFamilyTypeIdValid(
ElementId familyCategoryId,
ElementId familyTypeId
)
Parameters
- familyCategoryId ElementId
-
The family category id.
- familyTypeId ElementId
-
The default family type id.
Return Value
Boolean
True if the family type id is valid for the give family category, false otherwise.
Exceptions
See Also
Reference