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


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

ICacheInfo2.CacheStorageInfo Property

Cache storage info object.

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

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

Product Availability

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

See Also

ICacheInfo2 Interface