ArcObjects Library Reference (Carto)  

ITiledMapServer.IsFixedScaleMap Method

Indicates if a given map is a fixed scale map.

[Visual Basic .NET]
Public Function IsFixedScaleMap ( _
    ByVal MapName As String _
) As Boolean
[C#]
public bool IsFixedScaleMap (
    string MapName
);
[C++]
HRESULT IsFixedScaleMap(
  BSTR MapName,
  VARIANT_BOOL* pIsFixedScaleMap
);
[C++]

Parameters

MapName [in]   MapName is a parameter of type BSTR pIsFixedScaleMap [out, retval]   pIsFixedScaleMap 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 map service is cached. The term fixed scale map service and cached map service are used synonymously in the API.  A fixed scale map service works with a cache of images that represent pre-rendered tiles for either the entire map service or for individual layers in the map service.

See Also

ITiledMapServer Interface