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


ITiledMapServer3.GetCacheStorageInfo Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

ITiledMapServer3.GetCacheStorageInfo Method

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

Parameters MapName [in]
MapName is a parameter of type BSTR

Product Availability

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

See Also

ITiledMapServer3 Interface