ArcObjects Library Reference (Carto)  

IMapCooker.HasCache Method

Indicates if there is any cache.

[Visual Basic .NET]
Public Function HasCache ( _
) As Boolean
[C#]
public bool HasCache (
);
[C++]
HRESULT HasCache(
  VARIANT_BOOL* pHasCache
);
[C++]

Parameters

pHasCache [out, retval]   pHasCache is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapCooker Interface