<Code Lib>
M

AnalyticalConsistencyChecking.CheckAnalyticalConsistency

Description:
Checks consistency of the Analytical Model.
Remarks:
Existence of inconsistencies will not affect the return value. If inconsistencies are found, Revit will post warnings regarding those inconsistencies. This should be run from within a transaction.

public static bool CheckAnalyticalConsistency(
	Document document
)

Return Value bool True if run succeeded, false otherwise.

Loading…