ArcObjects Library Reference (Carto)  

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