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


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

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