Identifies if this type is a valid default family type for the given family category id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsValidDefaultFamilyType( ElementId familyCategoryId )
Parameters
- familyCategoryId ElementId
- The family category id.
Return Value
BooleanTrue if this type is a valid default family type for the given family category id.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |