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


IMapCooker.HasLayerCache Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker.HasLayerCache Method

Indicates if there is a cache for a given layer.

[Visual Basic .NET]
Public Function HasLayerCache ( _
    ByVal pLayer As ILayer _
) As Boolean
[C#]
public bool HasLayerCache (
    ILayer pLayer
);
[C++]
HRESULT HasLayerCache(
  ILayer* pLayer,
  VARIANT_BOOL* pHasCache
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer pHasCache [out, retval] pHasCache is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapCooker Interface