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


IIMSMapLayer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSMapLayer Interface
ArcGIS Developer Help

IIMSMapLayer Interface

Provides access to members that control the IMS map layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

When To Use

Use IIMSMapLayer to access members that control the IMS map layer.  The IMS map layer refers specifically to ArcIMS Image Service layers.  IIMSMapLayer is not applicable to other service layers such as ArcIMS Feature Services.

Members

Name Description
Read-only property AreaOfInterest The default area of interest for the layer.
Write-only property AreaOfInterest The area of interest.
Read/write property Cached Indicates if the layer needs its own display cache.
Method ClearDrawCache Clears the cache of images downloaded from the IMS server for drawing.
Read-only property Connection The service.
Method ConnectToService Connects to the map service with the given server url.
Method Draw Draws the layer to the specified display for the given draw phase.
Read-only property IMSMap The IMS map.
Read/write property MaximumScale Maximum scale (representative fraction) at which the layer will display.
Read/write property MinimumScale Minimum scale (representative fraction) at which the layer will display.
Method MoveSubLayerTo Change the sublayer order.
Read/write property Name Layer name.
Read/write property ShowTips Indicates if the layer shows map tips.
Write-only property SpatialReference Spatial reference for the layer.
Read-only property SupportedDrawPhases Supported draw phases.
Read-only property TipText Map tip text at the specified location.
Read-only property Valid Indicates if the layer is currently valid.
Read/write property Visible Indicates if the layer is currently visible.

Inherited Interfaces

Interfaces Description
ILayer Provides access to members that work with all layers.

Classes that implement IIMSMapLayer

Classes Description
IMSMapLayer A container for the display and manipulation of IMS layers.