This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer Interface > ITiledMapServer.HasSingleFusedMapCache Method (ArcObjects .NET 10.5 SDK) |
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
Use this method to determine if a cached map service has a single fused map cache.