Indicates if current 'reload latest' progress is finished.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017 Subscription Update
Syntax
| C# |
|---|
public bool ReloadLatestFinished { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ReloadLatestFinished As Boolean Get |
| Visual C++ |
|---|
public: property bool ReloadLatestFinished { bool get (); } |