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


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

IMapCacheToRasterFunctionArgument.CacheDataTable Property

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 [in]

ppCacheDataTable is a parameter of type ITable* ppCacheDataTable [out, retval]
ppCacheDataTable is a parameter of type ITable**

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface