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


IMapCookerX.HasLayerCacheX Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CartoX)  

IMapCookerX.HasLayerCacheX Method

Indicates if there is a cache for a given layer.

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

Parameters pMapLayerInfo [in]
pMapLayerInfo is a parameter of type IMapLayerInfo pHasCache [out, retval] pHasCache is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMapCookerX Interface