This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker Interface > IMapCooker.HasLayerCache Method (ArcObjects .NET 10.4 SDK) |
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