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


IIMSMapLayer.IMSMap Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IIMSMapLayer.IMSMap Property

The IMS map.

[Visual Basic .NET]
Public ReadOnly Property IMSMap As IACMap
[C#]
public IACMap IMSMap {get;}
[C++]
HRESULT get_IMSMap(
  IACMap** Map
);
[C++]

Parameters Map [out, retval]
Map is a parameter of type IACMap

Product Availability

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

See Also

IIMSMapLayer Interface