IsValidDefaultFamilyType 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: 20.0.0.0 (20.0.0.377)

Syntax

C#
public bool IsValidDefaultFamilyType(
	ElementId familyCategoryId
)
Visual Basic
Public Function IsValidDefaultFamilyType ( _
	familyCategoryId As ElementId _
) As Boolean
Visual C++
public:
bool IsValidDefaultFamilyType(
	ElementId^ familyCategoryId
)

Parameters

familyCategoryId
Type: Autodesk.Revit.DB..::..ElementId
The family category id.

Return Value

True if this type is a valid default family type for the given family category id.

Exceptions

ExceptionCondition
Autodesk.Revit.Exceptions..::..ArgumentNullException A non-optional argument was NULL

See Also