DocumentSaveToCentralProgressChangedEventArgsRetryTimes Property |
The number of times Revit has tried to Save to Central." Its value is '0' at the first time.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic int RetryTimes { get; }
Public ReadOnly Property RetryTimes As Integer
Get
public:
property int RetryTimes {
int get ();
}
member RetryTimes : int with get
Property Value
Int32
See Also