Identifies if this type is a valid default family type for the given family category id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidDefaultFamilyType(
ElementId familyCategoryId
)
Parameters
- familyCategoryId ElementId
-
The family category id.
Return Value
Boolean
True if this type is a valid default family type for the given family category id.
Exceptions
See Also
Reference