2022 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>) bool Check that all families loaded in the host document have their content documents.
M CheckAllFamiliesSlow(Document, ISet<ElementId>) bool Check integrity of content documents of all families loaded in the host document.
M CheckFamily(Document, ElementId) bool Check that the loaded family has its content document.