ArcObjects Library Reference (DataSourcesRaster)  

IRasterCacheArguments.CacheLocation Property

Location where the item cache gets generated. This could be a workspace name or a table name.

ERROR: Syntax information about IRasterCacheArguments.CacheLocation may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_CacheLocation(
  IName** ppName
);
[C++]
HRESULT putref_CacheLocation(
  IName* ppName
);
[C++]

Parameters

ppName [out, retval]

  ppName is a parameter of type IName

ppName [in]

  ppName is a parameter of type IName

Product Availability

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

See Also

IRasterCacheArguments Interface