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


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

IMapServerInfoAdmin.MapLayerInfos Property

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

[Visual Basic .NET]
Public WriteOnly Property MapLayerInfos
[C#]
public void MapLayerInfos {set;}
[C++]
HRESULT putref_MapLayerInfos(
  IMapLayerInfos* 
);
[C++]

Parameters [in]
is a parameter of type IMapLayerInfos

Product Availability

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

See Also

IMapServerInfoAdmin Interface