RVTDocs.com

LoadedFamilyIntegrityCheck.CheckAllFamiliesSlow

Method
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.
Syntax
public static bool CheckAllFamiliesSlow(
	Document ADoc,
	ISet<ElementId> corruptFamilyIds
)
Parameters
Parameter Type Description
ADoc Document The host document.
corruptFamilyIds ISet Return ids of families that need to be reloaded because their content documents are missing or corrupt.
Return Value
Type Description
Boolean Returns true if all content documents are usable.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null