ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset2.CacheTable Property

The cache table associated with the mosaic dataset.

ERROR: Syntax information about IMosaicDataset2.CacheTable may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_CacheTable(
  ITable** ppCacheTable
);
[C++]
HRESULT putref_CacheTable(
  ITable* ppCacheTable
);
[C++]

Parameters

ppCacheTable [out, retval]

  ppCacheTable is a parameter of type ITable

ppCacheTable [in]

  ppCacheTable is a parameter of type ITable

Product Availability

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

See Also

IMosaicDataset2 Interface