DocumentReloadLatestProgressChangedEventArgs.RetryTimes Property

DocumentReloadLatestProgressChangedEventArgsRetryTimes Property

The number of times Revit has tried to Reload Latest. Its value is '0' at the first time.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public 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