Check that all families loaded in the host document have their content documents.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
C# |
---|
public static bool CheckAllFamilies( Document ADoc, ISet<ElementId> corruptFamilyIds ) |
Visual Basic |
---|
Public Shared Function CheckAllFamilies ( _ ADoc As Document, _ corruptFamilyIds As ISet(Of ElementId) _ ) As Boolean |
Visual C++ |
---|
public: static bool CheckAllFamilies( Document^ ADoc, ISet<ElementId^>^ corruptFamilyIds ) |
Parameters
- ADoc
- Type: Autodesk.Revit.DB..::..Document
The host document.
- corruptFamilyIds
- Type: System.Collections.Generic..::..ISet<(Of <(<'ElementId>)>)>
Return ids of families that need to be reloaded because their content documents are missing.
Return Value
Returns true if all loaded families have their content documents.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |