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