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


IMapCache.Cacheable Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* Cacheable
);
[C++]

Parameters Cacheable [out, retval] Cacheable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapCache Interface