LoadedFamilyIntegrityCheck.CheckAllFamiliesSlow Method

LoadedFamilyIntegrityCheckCheckAllFamiliesSlow Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool CheckAllFamiliesSlow(
	Document ADoc,
	ISet<ElementId> corruptFamilyIds
)
Public Shared Function CheckAllFamiliesSlow ( 
	ADoc As Document,
	corruptFamilyIds As ISet(Of ElementId)
) As Boolean
public:
static bool CheckAllFamiliesSlow(
	Document^ ADoc, 
	ISet<ElementId^>^ corruptFamilyIds
)
static member CheckAllFamiliesSlow : 
        ADoc : Document * 
        corruptFamilyIds : ISet<ElementId> -> bool 

Parameters

ADoc  Document
 
corruptFamilyIds  ISetElementId
 

Return Value

Boolean
See Also