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


IMapCooker3.CacheDatasetInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker3.CacheDatasetInfo Property

The map cache dataset info.

[Visual Basic .NET]
Public Property CacheDatasetInfo As ICacheDatasetInfo
[C#]
public ICacheDatasetInfo CacheDatasetInfo {get; set;}
[C++]
HRESULT get_CacheDatasetInfo(
  ICacheDatasetInfo** ppInfo
);
[C++]
HRESULT putref_CacheDatasetInfo(
  ICacheDatasetInfo* ppInfo
);
[C++]

Parameters ppInfo [out, retval]
ppInfo is a parameter of type ICacheDatasetInfo ppInfo [in]
ppInfo is a parameter of type ICacheDatasetInfo

Product Availability

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

See Also

IMapCooker3 Interface