Revit 2024 API |
DocumentSaveToLocalProgressChangedEventArgs..::..SaveToLocalFinished Property |
DocumentSaveToLocalProgressChangedEventArgs Class See Also |
Indicates if the current "save to local" operation has finished.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2017 Subscription Update
Syntax
C# |
---|
public bool SaveToLocalFinished { get; } |
Visual Basic |
---|
Public ReadOnly Property SaveToLocalFinished As Boolean Get |
Visual C++ |
---|
public: property bool SaveToLocalFinished { bool get (); } |