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


IMapServerInfoAdmin.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 > IMapServerInfoAdmin Interface > IMapServerInfoAdmin.MapLayerInfos Property
ArcGIS Developer Help

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