Revit 2026 API
Document |
Indicates if the current "save to local" operation has finished.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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
BooleanSee Also