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


IMapCacheStorageFormatConvertor.PacketSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheStorageFormatConvertor Interface > IMapCacheStorageFormatConvertor.PacketSize Property
ArcGIS Developer Help

IMapCacheStorageFormatConvertor.PacketSize Property

Packet Size.

[Visual Basic .NET]
Public Property PacketSize As Integer
[C#]
public int PacketSize {get; set;}
[C++]
HRESULT get_PacketSize(
  System.Int32* 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