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


ICacheStorageInfo.PacketSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICacheStorageInfo.PacketSize Property

Packet tile size.

[Visual Basic .NET]
Public Property PacketSize As Integer
[C#]
public int PacketSize {get; set;}
[C++]
HRESULT get_PacketSize(
  long* pPacketSize
);
[C++]
HRESULT put_PacketSize(
  long pPacketSize
);
[C++]

Parameters pPacketSize [out, retval] pPacketSize is a parameter of type long pPacketSize [in] pPacketSize is a parameter of type long

Product Availability

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

See Also

ICacheStorageInfo Interface