| Revit 2023 API |
| DocumentSaveToLocalProgressChangedEventArgs..::..TotalStreams Property |
| DocumentSaveToLocalProgressChangedEventArgs Class See Also |
The total expected number of streams to save to local.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2017 Subscription Update
Syntax
| C# |
|---|
public int TotalStreams { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TotalStreams As Integer Get |
| Visual C++ |
|---|
public: property int TotalStreams { int get (); } |