Revit 2026 API
Element |
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.0.4.0 (26.0.4.0)
Syntax
public bool IsValidDefaultFamilyType( ElementId familyCategoryId )
Public Function IsValidDefaultFamilyType ( familyCategoryId As ElementId ) As Boolean
public: bool IsValidDefaultFamilyType( ElementId^ familyCategoryId )
member IsValidDefaultFamilyType : familyCategoryId : ElementId -> bool
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.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also