| Revit 2022.1 API |
| DocumentReloadLatestProgressChangedEventArgs..::..IsMerging Property |
| DocumentReloadLatestProgressChangedEventArgs Class See Also |
Indicates if it is merging downloaded data.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2017 Subscription Update
Syntax
| C# |
|---|
public bool IsMerging { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsMerging As Boolean Get |
| Visual C++ |
|---|
public: property bool IsMerging { bool get (); } |