This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDataset2 Interface > IMosaicDataset2.CacheTable Property (ArcObjects .NET 10.4 SDK) |
The cache table associated with the mosaic dataset.
[Visual Basic .NET] Public Property CacheTable As ITable
[C#] public ITable CacheTable {get; set;}
[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