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


IMapCookerX.HasLayerCacheX Method (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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
);
[C++]
Parameters
pMapLayerInfo [in]

pMapLayerInfo is a parameter of type IMapLayerInfo*

Product Availability

No record for CartoX in Libraries found

See Also

IMapCookerX Interface