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


IMapServerInfo.MapLayerInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerInfo Interface > IMapServerInfo.MapLayerInfos Property
ArcGIS Developer Help

IMapServerInfo.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

IMapServerInfo Interface