ArcObjects Library Reference (Carto)  

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(
  BSTR pCachePath
);
[C++]

Parameters

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

Product Availability

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

See Also

IMapCacheToRasterFunctionArgument Interface