ArcObjects Library Reference (Carto)  

IMapCooker2.CacheOnDemand Property

Indicates if the service is cached on demand.

[Visual Basic .NET]
Public Property CacheOnDemand As Boolean
[C#]
public bool CacheOnDemand {get; set;}
[C++]
HRESULT get_CacheOnDemand(
  VARIANT_BOOL* pCacheOnDemand
);
[C++]
HRESULT put_CacheOnDemand(
  VARIANT_BOOL pCacheOnDemand
);
[C++]

Parameters

pCacheOnDemand [out, retval]   pCacheOnDemand is a parameter of type VARIANT_BOOL pCacheOnDemand [in]   pCacheOnDemand is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapCooker2 Interface