Indicates if a given map is a fixed scale map.
[Visual Basic 6.0] Function IsFixedScaleMap(
ByVal MapName As String _
) As Boolean
[Visual Basic .NET] Public Function IsFixedScaleMap ( _ ByVal MapName As String _ ) As Boolean
[C#] public bool IsFixedScaleMap ( string MapName );
[Java] public Boolean isFixedScaleMap ( String MapName ) throws IOException, AutomationException
[C++]
HRESULT IsFixedScaleMap(
BSTR MapName,
VARIANT_BOOL* pIsFixedScaleMap
);
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.