Document.IsDefaultFamilyTypeIdValid
Method
Description:
Checks whether the family type id is valid for the give family category.
Checks whether the family type id is valid for the give family category.
Parameters
Parameter | Type | Description |
---|---|---|
familyCategoryId | ElementId | The family category id. |
familyTypeId | ElementId | The default family type id. |
Return Value
Type | Description |
---|---|
Boolean | True if the family type id is valid for the give family category, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |