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


IMapDescriptor.Layers Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapDescriptor.Layers Property

The layer descriptors of the map.

[Visual Basic .NET]
Public Property Layers As IArray
[C#]
public IArray Layers {get; set;}
[C++]
HRESULT get_Layers(
  IArray** LayerDescriptors
);
[C++]
HRESULT put_Layers(
  IArray* LayerDescriptors
);
[C++]

Parameters LayerDescriptors [out, retval]
LayerDescriptors is a parameter of type IArray LayerDescriptors [in]
LayerDescriptors is a parameter of type IArray

Product Availability

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

See Also

IMapDescriptor Interface