DocumentReloadLatestProgressChangedEventArgs.ReloadLatestFinished Property

DocumentReloadLatestProgressChangedEventArgsReloadLatestFinished Property

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

Boolean
See Also