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,
VARIANT_BOOL* pHasCache
);
[C++]Parameters
MapName [in] MapName is a parameter of type BSTR pHasCache [out, retval] pHasCache is a parameter of type VARIANT_BOOL
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.