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


IMapCooker3.CacheStorageInfo Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker3.CacheStorageInfo Property

The map cache storage info.

[Visual Basic .NET]
Public Property CacheStorageInfo As ICacheStorageInfo
[C#]
public ICacheStorageInfo CacheStorageInfo {get; set;}
[C++]
HRESULT get_CacheStorageInfo(
  ICacheStorageInfo** ppInfo
);
[C++]
HRESULT putref_CacheStorageInfo(
  ICacheStorageInfo* ppInfo
);
[C++]

Parameters ppInfo [out, retval]
ppInfo is a parameter of type ICacheStorageInfo ppInfo [in]
ppInfo is a parameter of type ICacheStorageInfo

Product Availability

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

See Also

IMapCooker3 Interface