ArcObjects Library Reference  (Carto)    

IMapCache.AutoCacheActive Property

Indicates whether the autocache is active.

[Visual Basic 6.0]
Property AutoCacheActive As Boolean
[Visual Basic .NET]
Public Property AutoCacheActive As Boolean
[C#]
public bool AutoCacheActive {get; set;}
[Java]
public boolean isAutoCacheActive()
throws
    IOException,
    AutomationException
[Java]
public void setAutoCacheActive(
boolean AutoCacheActive
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_AutoCacheActive(
  VARIANT_BOOL* active
);
[C++]
HRESULT put_AutoCacheActive(
  VARIANT_BOOL active

);

[C++]

Parameters

active [out, retval]

  active is a parameter of type VARIANT_BOOL

active [in]

  active is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapCache Interface

 


Feedback Send feedback on this page