2027 Method
Changes 0
M

LoadedFamilyIntegrityCheck.CheckAllFamilies

Description:
Check that all families loaded in the host document have their content documents.
public static bool CheckAllFamilies(
	Document ADoc,
	ISet<ElementId> corruptFamilyIds
)
  • ADoc
    The host document.
  • ISet<ElementId>
    corruptFamilyIds
    Return ids of families that need to be reloaded because their content documents are missing.
Return Value Boolean Returns true if all loaded families have their content documents.