Revit 2022 API |
DocumentReloadLatestProgressChangedEventArgs..::..RetryTimes Property |
DocumentReloadLatestProgressChangedEventArgs Class See Also |
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: 22.0.0.0 (22.1.0.0)
Since:
2017 Subscription Update
Syntax
C# |
---|
public int RetryTimes { get; } |
Visual Basic |
---|
Public ReadOnly Property RetryTimes As Integer Get |
Visual C++ |
---|
public: property int RetryTimes { int get (); } |