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


IMapCache.AutoCacheActive 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.AutoCacheActive Property
ArcGIS Developer Help

IMapCache.AutoCacheActive Property

Indicates whether the autocache is active.

[Visual Basic .NET]
Public Property AutoCacheActive As Boolean
[C#]
public bool AutoCacheActive {get; set;}
[C++]
HRESULT get_AutoCacheActive(
  Boolean* active
);
[C++]
HRESULT put_AutoCacheActive(
  VARIANT_BOOL active
);
[C++]
Parameters
active [out, retval]

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

Product Availability

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

See Also

IMapCache Interface