DocumentSaveToLocalProgressChangedEventArgsSaveToLocalFinished Property |
Indicates if the current "save to local" operation has finished.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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