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


IRasterCacheArguments.CacheLocation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCacheArguments Interface > IRasterCacheArguments.CacheLocation Property
ArcGIS Developer Help

IRasterCacheArguments.CacheLocation Property

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

[Visual Basic .NET]
Public Property CacheLocation As IName
[C#]
public IName CacheLocation {get; set;}
[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