RVTDocs.com

LoadedFamilyIntegrityCheck.CheckAllFamilies

Method
Description:
Check that all families loaded in the host document have their content documents.
Syntax
public static bool CheckAllFamilies(
	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.
Return Value
Type Description
Boolean Returns true if all loaded families have their content documents.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null