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


IMapCooker2.CacheOnDemand Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCooker2 Interface > IMapCooker2.CacheOnDemand Property
ArcGIS Developer Help

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(
  Boolean* pCacheOnDemand
);
[C++]
Parameters
pCacheOnDemand [in]

pCacheOnDemand is a parameter of type bool pCacheOnDemand [out, retval]
pCacheOnDemand is a parameter of type bool*

Product Availability

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

See Also

IMapCooker2 Interface