LoadedFamilyIntegrityCheck
Description:
Functions for checking the integrity of loaded families.
Functions for checking the integrity of loaded families.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.LoadedFamilyIntegrityCheck
System.Object
Autodesk.Revit.DB.LoadedFamilyIntegrityCheck
public static class LoadedFamilyIntegrityCheck
| Name | Return Type | Description |
|---|---|---|
| CheckAllFamilies(Document, ISet<ElementId>) | bool | Check that all families loaded in the host document have their content documents. |
| CheckAllFamiliesSlow(Document, ISet<ElementId>) | bool | Check integrity of content documents of all families loaded in the host document. |
| CheckFamily(Document, ElementId) | bool | Check that the loaded family has its content document. |