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


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

IMapCacheToRasterFunctionArgument.CacheLocation Property

Set the cache location.

[Visual Basic .NET]
Public Property CacheLocation As String
[C#]
public string CacheLocation {get; set;}
[C++]
HRESULT get_CacheLocation(
  BSTR pCachePath
);
[C++]
HRESULT put_CacheLocation(
  System.String* pCachePath
);
[C++]
Parameters
pCachePath [in]

pCachePath is a parameter of type BSTR pCachePath [out, retval]
pCachePath is a parameter of type BSTR*

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface