This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapCacheToRasterFunctionArgument Interface > IMapCacheToRasterFunctionArgument.CacheLocation Property (ArcObjects .NET 10.5 SDK) |
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