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


ICacheDescriptionInfo.CacheType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ICacheDescriptionInfo.CacheType Property

Cache type.

[Visual Basic .NET]
Public Property CacheType As esriCachedMapServiceType
[C#]
public esriCachedMapServiceType CacheType {get; set;}
[C++]
HRESULT get_CacheType(
  esriCachedMapServiceType* pServiceType
);
[C++]
HRESULT put_CacheType(
  esriCachedMapServiceType pServiceType
);
[C++]

Parameters pServiceType [out, retval]
pServiceType is a parameter of type esriCachedMapServiceType pServiceType [in]
pServiceType is a parameter of type esriCachedMapServiceType

Product Availability

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

See Also

ICacheDescriptionInfo Interface