| Revit 2022.1 API |
| DocumentSaveToCentralProgressChangedEventArgs..::..SaveToCentralFinished Property |
| DocumentSaveToCentralProgressChangedEventArgs Class See Also |
Indicates if current 'save to central' is finished.
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 SaveToCentralFinished { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SaveToCentralFinished As Boolean Get |
| Visual C++ |
|---|
public: property bool SaveToCentralFinished { bool get (); } |