DataTransferProgressChangedEventArgs.TotalSize Property

DataTransferProgressChangedEventArgsTotalSize Property

Total expected data size to transfer, in bytes.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double TotalSize { get; }
Public ReadOnly Property TotalSize As Double
	Get
public:
property double TotalSize {
	double get ();
}
member TotalSize : float with get

Property Value

Double
See Also