2020 Method
Changes 0
M

LoadedFamilyIntegrityCheck.CheckAllFamiliesSlow

Description:
Check integrity of content documents of all families loaded in the host document.
Remarks:
This check is slow as it invloves traversal of all content documents. It also dumps data about bad families into the journal, as well as the whole content tree into the dump file.
public static bool CheckAllFamiliesSlow(
	Document ADoc,
	ISet<ElementId> corruptFamilyIds
)
Return Value bool Returns true if all content documents are usable.