DocumentReloadLatestProgressChangedEventArgs.ReloadLatestFinished Property

DocumentReloadLatestProgressChangedEventArgsReloadLatestFinished Property

Indicates if current 'reload latest' progress is finished.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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