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


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

ITiledMapServer.HasSingleFusedMapCache Method

Indicates if a given map has a single fused map tile cache.

[Visual Basic .NET]
Public Function HasSingleFusedMapCache ( _
    ByVal MapName As String _
) As Boolean
[C#]
public bool HasSingleFusedMapCache (
    string MapName
);
[C++]
HRESULT HasSingleFusedMapCache(
  BSTR MapName
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR

Product Availability

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

Remarks

Use this method to determine if a cached map service has a single fused map cache.

See Also

ITiledMapServer Interface