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


ITiledMapServer3.GetCacheStorageInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer3 Interface > ITiledMapServer3.GetCacheStorageInfo Method
ArcGIS Developer Help

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