ArcObjects Library Reference (Carto)  

IMapCacheStorageFormatConvertor.PacketSize Property

Packet 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

IMapCacheStorageFormatConvertor Interface