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


IImageServerDownloadResult.FileSize Property (ArcObjects .NET 10.6 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(
  System.UInt64* pSize
);
[C++]
HRESULT put_FileSize(
  Unsigned 64-bit int pSize
);
[C++]

Parameters pSize [out, retval]
pSize is a parameter of type uint64* pSize [in]
pSize is a parameter of type uint64

Product Availability

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

See Also

IImageServerDownloadResult Interface