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


IMapCooker4.CacheProperties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker4.CacheProperties Property

Cache Properties.

[Visual Basic .NET]
Public Property CacheProperties As IPropertySet
[C#]
public IPropertySet CacheProperties {get; set;}
[C++]
HRESULT get_CacheProperties(
  IPropertySet** ppCacheProperties
);
[C++]
HRESULT putref_CacheProperties(
  IPropertySet* ppCacheProperties
);
[C++]

Parameters ppCacheProperties [out, retval]
ppCacheProperties is a parameter of type IPropertySet ppCacheProperties [in]
ppCacheProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IMapCooker4 Interface