This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheToRasterFunctionArgument Interface > IMapCacheToRasterFunctionArgument.CacheDataTable Property (ArcObjects .NET 10.5 SDK) |
Set the cache data table.
[Visual Basic .NET] Public Property CacheDataTable As ITable
[C#] public ITable CacheDataTable {get; set;}
[C++]
HRESULT get_CacheDataTable(
ITable** ppCacheDataTable
);
[C++]
HRESULT putref_CacheDataTable(
ITable* ppCacheDataTable
);
[C++]
Parameters ppCacheDataTable [out, retval]
ppCacheDataTable is a parameter of type ITable ppCacheDataTable [in]
ppCacheDataTable is a parameter of type ITable