Indicates if current 'save to central' is finished.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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 ();
}

See Also