This document is archived and information here might be outdated.  Recommended version.


ITiledMapServer.IsFixedScaleMap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer Interface > ITiledMapServer.IsFixedScaleMap Method
ArcGIS Developer Help

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
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR

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