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


IMapCacheToRasterFunctionArgument.CacheTable 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.CacheTable Property
ArcGIS Developer Help

IMapCacheToRasterFunctionArgument.CacheTable Property

Set the cache table.

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

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

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface