ArcObjects Library Reference (Carto)  

IConvertCacheStorageFormatJob.BundleSize Property

Bundle Size.

[Visual Basic .NET]
Public Property BundleSize As Integer
[C#]
public int BundleSize {get; set;}
[C++]
HRESULT get_BundleSize(
  long* pBundleSize
);
[C++]
HRESULT put_BundleSize(
  long pBundleSize
);
[C++]

Parameters

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

Product Availability

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

See Also

IConvertCacheStorageFormatJob Interface