ArcObjects Library Reference  (Carto)    

IMapCooker.HasCache Method

Indicates if there is any cache.

[Visual Basic 6.0]
Function HasCache As Boolean
[Visual Basic .NET]
Public Function HasCache ( _
) As Boolean
[C#]
public bool HasCache (
);
[Java]
public Boolean hasCache (
)
throws
    IOException,
    AutomationException
[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