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


IIMSMapLayer.IMSMap Property (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 > IIMSMapLayer.IMSMap Property
ArcGIS Developer Help

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