This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITiledMapServer Interface > ITiledMapServer.IsFixedScaleMap Method (ArcObjects .NET 10.4 SDK) |
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
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.