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


ICacheDescriptionInfo.LayerCacheInfos Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICacheDescriptionInfo.LayerCacheInfos Property

LayerCacheInfos object.

[Visual Basic .NET]
Public Property LayerCacheInfos As ILayerCacheInfos
[C#]
public ILayerCacheInfos LayerCacheInfos {get; set;}
[C++]
HRESULT get_LayerCacheInfos(
  ILayerCacheInfos** ppLayerCacheInfos
);
[C++]
HRESULT putref_LayerCacheInfos(
  ILayerCacheInfos* ppLayerCacheInfos
);
[C++]

Parameters ppLayerCacheInfos [out, retval]
ppLayerCacheInfos is a parameter of type ILayerCacheInfos ppLayerCacheInfos [in]
ppLayerCacheInfos is a parameter of type ILayerCacheInfos

Product Availability

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

See Also

ICacheDescriptionInfo Interface