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