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


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

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