This document is archived and information here might be outdated.  Recommended version.


IImageServerDownloadResult.FileSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerDownloadResult.FileSize Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageServerDownloadResult Interface