<Code Lib>
2027 Method
Changes 0
M

Document.IsDefaultFamilyTypeIdValid

Description:
Checks whether the family type id is valid for the give family category.

public bool IsDefaultFamilyTypeIdValid(
	ElementId familyCategoryId,
	ElementId familyTypeId
)

  • familyCategoryId
    The family category id.
  • familyTypeId
    The default family type id.
Return Value Boolean True if the family type id is valid for the give family category, false otherwise.

Loading…