2027 Class
Changes 0
C

LoadedFamilyIntegrityCheck

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