Check integrity of content documents of all families loaded in the host document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool CheckAllFamiliesSlow( Document ADoc, ISet<ElementId> corruptFamilyIds )
Parameters
- ADoc Document
- The host document.
- corruptFamilyIds ISet<ElementId>
- Return ids of families that need to be reloaded because their content documents are missing or corrupt.
Return Value
BooleanReturns true if all content documents are usable.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |