This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerDownloadResult Interface > IImageServerDownloadResult.FileSize Property (ArcObjects .NET 10.4 SDK) |
The download file size in bytes.
[Visual Basic .NET] Public Property FileSize As Long
[C#]
public ulong FileSize {get; set;}
[C++]
HRESULT get_FileSize(
Unsigned 64-bit int* pSize
);
[C++]
HRESULT put_FileSize(
Unsigned 64-bit int pSize
);
[C++]
Parameters pSize [out, retval] pSize is a parameter of type Unsigned 64-bit int pSize [in] pSize is a parameter of type Unsigned 64-bit int