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


ICacheStorageInfo.StorageFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICacheStorageInfo Interface > ICacheStorageInfo.StorageFormat Property
ArcGIS Developer Help

ICacheStorageInfo.StorageFormat Property

Tile storage format.

[Visual Basic .NET]
Public Property StorageFormat As esriMapCacheStorageFormat
[C#]
public esriMapCacheStorageFormat StorageFormat {get; set;}
[C++]
HRESULT get_StorageFormat(
  esriMapCacheStorageFormat* pFormat
);
[C++]
HRESULT put_StorageFormat(
  esriMapCacheStorageFormat pFormat
);
[C++]
Parameters
pFormat [out, retval]

pFormat is a parameter of type esriMapCacheStorageFormat* pFormat [in]
pFormat is a parameter of type esriMapCacheStorageFormat

Product Availability

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

See Also

ICacheStorageInfo Interface