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


IMapCache.Cacheable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCache Interface > IMapCache.Cacheable Property
ArcGIS Developer Help

IMapCache.Cacheable Property

Indicates whether a map cache can be created.

[Visual Basic .NET]
Public ReadOnly Property Cacheable As Boolean
[C#]
public bool Cacheable {get;}
[C++]
HRESULT get_Cacheable(
  Boolean* Cacheable
);
[C++]
Parameters
Cacheable [out, retval]

Cacheable is a parameter of type bool*

Product Availability

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

See Also

IMapCache Interface