RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Document

Document.ReactionsAreUpToDate

Property
Description:
Reports if the analytical model has regenerated in a document with reaction loads.
Remarks:
Revit sets this property to False after regeneration of the analytical model if the document contains loads that have isReaction=True. This results in a user-visible warning that exists until there are no longer loads with isReaction=True.
Syntax
public bool ReactionsAreUpToDate { get; }