This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer3 Interface > ITiledMapServer3.GetCacheStorageInfo Method (ArcObjects .NET 10.4 SDK) |
Gets the cache storage information.
[Visual Basic .NET] Public Function GetCacheStorageInfo ( _ ByVal MapName As String _ ) As ICacheStorageInfo
[C#] public ICacheStorageInfo GetCacheStorageInfo ( string MapName );
[C++]
HRESULT GetCacheStorageInfo(
BSTR MapName,
ICacheStorageInfo** ppCacheStorageInfo
);
[C++]
Parameters MapName [in] MapName is a parameter of type BSTR ppCacheStorageInfo [out, retval]
ppCacheStorageInfo is a parameter of type ICacheStorageInfo