This document is archived and information here might be outdated. Recommended version. |
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
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.