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


IImageServerDownloadResult.FileSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerDownloadResult Interface > IImageServerDownloadResult.FileSize Property
ArcGIS Developer Help

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