ArcObjects Library Reference  (Carto)    

ITiledMapServer.HasSingleFusedMapCache Method

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
);
[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.

See Also

ITiledMapServer Interface