Document Set |
Sets the default family type id for the given family category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

public void SetDefaultFamilyTypeId(
ElementId familyCategoryId,
ElementId familyTypeId
)
Parameters

Exception | Condition |
---|---|
ArgumentException | The family type id familyTypeId is invalid for the give family category familyCategoryId. |
ArgumentNullException | A non-optional argument was null |
