Revit 2025.3 API
Document |
Indicates if current 'save to central' is finished.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool SaveToCentralFinished { get; }
Public ReadOnly Property SaveToCentralFinished As Boolean Get
public: property bool SaveToCentralFinished { bool get (); }
member SaveToCentralFinished : bool with get
Property Value
BooleanSee Also