Indicates if a given map has a single fused map tile cache.
[Visual Basic 6.0] Function HasSingleFusedMapCache(
ByVal MapName As String _
) As Boolean
[Visual Basic .NET] Public Function HasSingleFusedMapCache ( _ ByVal MapName As String _ ) As Boolean
[C#] public bool HasSingleFusedMapCache ( string MapName );
[Java] public Boolean hasSingleFusedMapCache ( String MapName ) throws IOException, AutomationException
[C++]
HRESULT HasSingleFusedMapCache(
BSTR MapName,
VARIANT_BOOL* pHasCache
);
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.