ArcObjects Library Reference (Carto)  

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

IMapServerInfo3 Interface