ElementTypeIsValidDefaultFamilyType Method

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: 25.0.0.0 (25.0.0.0)
Syntax
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
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also