DocumentSaveToLocalProgressChangedEventArgs.SaveToLocalFinished Property

DocumentSaveToLocalProgressChangedEventArgsSaveToLocalFinished Property

Indicates if the current "save to local" operation has finished.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool SaveToLocalFinished { get; }
Public ReadOnly Property SaveToLocalFinished As Boolean
	Get
public:
property bool SaveToLocalFinished {
	bool get ();
}
member SaveToLocalFinished : bool with get

Property Value

Boolean
See Also