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


ILayerCacheInfo.HasCache Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerCacheInfo Interface > ILayerCacheInfo.HasCache Property
ArcGIS Developer Help

ILayerCacheInfo.HasCache Property

Indicates if this layer has cache.

[Visual Basic .NET]
Public Property HasCache As Boolean
[C#]
public bool HasCache {get; set;}
[C++]
HRESULT get_HasCache(
  Boolean* pScale
);
[C++]
HRESULT put_HasCache(
  VARIANT_BOOL pScale
);
[C++]
Parameters
pScale [out, retval]

pScale is a parameter of type bool* pScale [in]
pScale is a parameter of type bool

Product Availability

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

See Also

ILayerCacheInfo Interface