Revit 2025.3 API
Document |
Indicates if current 'reload latest' progress is finished.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool ReloadLatestFinished { get; }
Public ReadOnly Property ReloadLatestFinished As Boolean Get
public: property bool ReloadLatestFinished { bool get (); }
member ReloadLatestFinished : bool with get
Property Value
BooleanSee Also