ArcObjects Library Reference (Carto)  

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 [out, retval]

  ppCacheDataTable is a parameter of type ITable

ppCacheDataTable [in]

  ppCacheDataTable is a parameter of type ITable

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface