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


IMapServerInfo2.MapLayerInfos Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapServerInfo2.MapLayerInfos Property

A collection of Map Layer Info objects, each containing information about a layer in the map (data frame).

[Visual Basic .NET]
Public ReadOnly Property MapLayerInfos As IMapLayerInfos
[C#]
public IMapLayerInfos MapLayerInfos {get;}
[C++]
HRESULT get_MapLayerInfos(
  IMapLayerInfos** layerInfos
);
[C++]

Parameters layerInfos [out, retval]
layerInfos is a parameter of type IMapLayerInfos

Product Availability

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

See Also

IMapServerInfo2 Interface